0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nix-ld: 1.1.0 -> 1.2.1

Diff: https://github.com/mic92/nix-ld/compare/1.1.0...1.2.1
This commit is contained in:
Jörg Thalheim 2023-06-14 18:32:38 +02:00
parent 0b62a4642d
commit c6e8899d9e

View file

@ -12,13 +12,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nix-ld"; pname = "nix-ld";
version = "1.1.0"; version = "1.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mic92"; owner = "mic92";
repo = "nix-ld"; repo = "nix-ld";
rev = version; rev = version;
sha256 = "sha256-dM9YPN+yq6sHmRhJQinYdAVXBkTgEtrVQcsd/mIIX0o="; sha256 = "sha256-NitUt9LBJMpAbbKC98aRPYMfxZFq3PHH6ieqM4MVO08=";
}; };
doCheck = true; doCheck = true;