nix-ld: 1.2.1 -> 1.2.2 (#237962)

* nix-ld: 1.2.1 -> 1.2.2

Diff: https://github.com/mic92/nix-ld/compare/1.2.1...1.2.2

* Update pkgs/os-specific/linux/nix-ld/default.nix

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>

---------

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>

authored by Jörg Thalheim Pol Dellaiera and committed by GitHub bfc002e2 46e5e1ed

+2 -5
-3
nixos/tests/nix-ld.nix
··· 13 13 testScript = '' 14 14 start_all() 15 15 machine.succeed("hello") 16 - 17 - # test fallback if NIX_LD is not set 18 - machine.succeed("unset NIX_LD; unset NIX_LD_LIBRARY_PATH; hello") 19 16 ''; 20 17 })
+2 -2
pkgs/os-specific/linux/nix-ld/default.nix
··· 12 12 in 13 13 stdenv.mkDerivation rec { 14 14 pname = "nix-ld"; 15 - version = "1.2.1"; 15 + version = "1.2.2"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "mic92"; 19 19 repo = "nix-ld"; 20 20 rev = version; 21 - sha256 = "sha256-NitUt9LBJMpAbbKC98aRPYMfxZFq3PHH6ieqM4MVO08="; 21 + hash = "sha256-+z9t7BLugZO1WhyYEq6FI38TMh2EwfgfAv3RDFSjwtc="; 22 22 }; 23 23 24 24 doCheck = true;