lorri: fix cargoHash

This is a mismatch after merging both of:
- #323983
- #322749
This commit is contained in:
Wolfgang Walther 2024-07-08 19:55:52 +02:00
parent ebf7d93e82
commit 81e5c46c12
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -16,7 +16,7 @@ let
# Also dont forget to run `nix-build -A lorri.tests`
version = "1.7.0";
sha256 = "sha256-pGNhhEBHyWhTaW24dHrxAvpb/qr5RPbHXRwDZx6Rf74=";
cargoSha256 = "sha256-ENZATiBhoO+N6NpSknOWpvsatkaYb4mS/E63XNRXfMU=";
cargoHash = "sha256-ENZATiBhoO+N6NpSknOWpvsatkaYb4mS/E63XNRXfMU=";
in (rustPlatform.buildRustPackage rec {
pname = "lorri";