mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
lockfileProgs: 0.1.17 -> 0.1.18 (#46248)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from lockfile-progs
This commit is contained in:
parent
14e7afdd95
commit
dd43e1d97f
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
_name = "lockfile-progs";
|
||||
version = "0.1.17";
|
||||
version = "0.1.18";
|
||||
name = "${_name}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/l/${_name}/${_name}_${version}.tar.gz";
|
||||
sha256 = "04f5cvhrld15w58wkg6k2azywszsc5xp9cbmfx4jylwrak90byq3";
|
||||
sha256 = "1rjwn3fh2hy8hmpr66y8yp7v5i3325v1mk0gr7pqhqbyp6j9aad4";
|
||||
};
|
||||
|
||||
buildInputs = [ liblockfile ];
|
||||
|
Loading…
Reference in New Issue
Block a user