Skip to content

Commit

Permalink
nix-ld: 2.0.2 -> 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Oct 5, 2024
1 parent 13400dc commit 8aa8c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ni/nix-ld/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "nix-ld";
version = "2.0.2";
version = "2.0.3";

src = fetchFromGitHub {
owner = "mic92";
repo = "nix-ld";
rev = version;
hash = "sha256-N0rXDMTzDCdMUIMGZpGi04iptUXX3MZcVTshMNkJCSM=";
hash = "sha256-NRkLjdMtVfC6dD1gEbYZWFEtbmC2xfD6ft1IP7l76Vw=";
};

cargoHash = "sha256-deh+gFshOTe+Zxd1epHjVoceBtunjp0QcRW/Y4FBKzI=";
cargoHash = "sha256-GOngDGRzWVuzGTX5xNb/nv5dJ6is6cH8K6kHTX3OoXE=";

hardeningDisable = [ "stackprotector" ];

Expand Down

0 comments on commit 8aa8c51

Please sign in to comment.