nix-ld: fix hash after #342540

This commit is contained in:
Sandro Jäckel
2024-09-18 18:26:50 +02:00
parent e33debd249
commit 0fd46573ba
+1 -1
View File
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-rmSXQ4MYQe/OFDBRlqqw5kyp9b/aeEg0Fg9c167xofg=";
};
cargoHash = "sha256-w6CQx9kOyBtM2nMwdFb+LtU4oHVEYrTNVmH1A6R5DHM=";
cargoHash = "sha256-BVulfs4zm3Iruq00H49QcxR3V+iZvePtLBTytdXfLP4=";
hardeningDisable = [ "stackprotector" ];