Skip to content

Commit

Permalink
nix-ld: fix hash after NixOS#342540 (NixOS#342838)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Sep 18, 2024
2 parents 6eb9519 + 0fd4657 commit b3bbb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ni/nix-ld/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-rmSXQ4MYQe/OFDBRlqqw5kyp9b/aeEg0Fg9c167xofg=";
};

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

hardeningDisable = [ "stackprotector" ];

Expand Down

0 comments on commit b3bbb65

Please sign in to comment.