mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +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 {
|
stdenv.mkDerivation rec {
|
||||||
_name = "lockfile-progs";
|
_name = "lockfile-progs";
|
||||||
version = "0.1.17";
|
version = "0.1.18";
|
||||||
name = "${_name}-${version}";
|
name = "${_name}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://debian/pool/main/l/${_name}/${_name}_${version}.tar.gz";
|
url = "mirror://debian/pool/main/l/${_name}/${_name}_${version}.tar.gz";
|
||||||
sha256 = "04f5cvhrld15w58wkg6k2azywszsc5xp9cbmfx4jylwrak90byq3";
|
sha256 = "1rjwn3fh2hy8hmpr66y8yp7v5i3325v1mk0gr7pqhqbyp6j9aad4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ liblockfile ];
|
buildInputs = [ liblockfile ];
|
||||||
|
|
Loading…
Reference in a new issue