nix-ld: 2.0.2 -> 2.0.3

Diff: https://github.com/mic92/nix-ld/compare/2.0.2...2.0.3
This commit is contained in:
K900
2024-10-05 09:31:47 +03:00
parent 13400dc754
commit 8aa8c517db
+3 -3
View File
@@ -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" ];