Unverified Commit b3bbb652 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

parents 6eb9519b 0fd46573
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-rmSXQ4MYQe/OFDBRlqqw5kyp9b/aeEg0Fg9c167xofg=";
  };

  cargoHash = "sha256-w6CQx9kOyBtM2nMwdFb+LtU4oHVEYrTNVmH1A6R5DHM=";
  cargoHash = "sha256-BVulfs4zm3Iruq00H49QcxR3V+iZvePtLBTytdXfLP4=";

  hardeningDisable = [ "stackprotector" ];