mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
debian-devscripts: 2.16.5 -> 2.16.6
This commit is contained in:
parent
566c990f33
commit
99c89f867d
@ -5,12 +5,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.16.5";
|
version = "2.16.6";
|
||||||
name = "debian-devscripts-${version}";
|
name = "debian-devscripts-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://debian/pool/main/d/devscripts/devscripts_${version}.tar.xz";
|
url = "mirror://debian/pool/main/d/devscripts/devscripts_${version}.tar.xz";
|
||||||
sha256 = "0jyg7abfar4rc3zmdzz4k8kk081ll93v508kdnxg30snavri7f02";
|
sha256 = "0lkhilwb1gsnk8q14wkrl78s0w3l8aghsaz00vprmkmcc3j1x14h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl CryptSSLeay LWP unzip xz dpkg TimeDate DBFile
|
buildInputs = [ perl CryptSSLeay LWP unzip xz dpkg TimeDate DBFile
|
||||||
|
Loading…
Reference in New Issue
Block a user