nix-ld: fix hash after #342540 (#342838)

This commit is contained in:
Jörg Thalheim
2024-09-18 18:27:47 +02:00
committed by GitHub
+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" ];