debian-devscripts: 2.16.2 -> 2.16.3
This commit is contained in:
parent
5a6cac7ca4
commit
8db6b7615a
@ -5,12 +5,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.16.2";
|
version = "2.16.3";
|
||||||
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 = "0qlzciiyfhq11j5wf0x6jsa18bmmf2z7f2x5psq2wkkccfi0fxc4";
|
sha256 = "0w030zdvcwaxpashdd6zvqgmy89h107p7gvd3lqx9vdy9zv0agd2";
|
||||||
};
|
};
|
||||||
|
|
||||||
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