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

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: default avatarPol Dellaiera <pol.dellaiera@protonmail.com>

---------

Co-authored-by: default avatarPol Dellaiera <pol.dellaiera@protonmail.com>
parent 46e5e1ed
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -13,8 +13,5 @@ import ./make-test-python.nix ({ lib, pkgs, ...} :
  testScript = ''
    start_all()
    machine.succeed("hello")

    # test fallback if NIX_LD is not set
    machine.succeed("unset NIX_LD; unset NIX_LD_LIBRARY_PATH; hello")
 '';
})
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "nix-ld";
  version = "1.2.1";
  version = "1.2.2";

  src = fetchFromGitHub {
    owner = "mic92";
    repo = "nix-ld";
    rev = version;
    sha256 = "sha256-NitUt9LBJMpAbbKC98aRPYMfxZFq3PHH6ieqM4MVO08=";
    hash = "sha256-+z9t7BLugZO1WhyYEq6FI38TMh2EwfgfAv3RDFSjwtc=";
  };

  doCheck = true;