mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
debian-devscripts: 2.16.2 -> 2.16.3
This commit is contained in:
parent
5a6cac7ca4
commit
8db6b7615a
@ -5,12 +5,12 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.16.2";
|
||||
version = "2.16.3";
|
||||
name = "debian-devscripts-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/d/devscripts/devscripts_${version}.tar.xz";
|
||||
sha256 = "0qlzciiyfhq11j5wf0x6jsa18bmmf2z7f2x5psq2wkkccfi0fxc4";
|
||||
sha256 = "0w030zdvcwaxpashdd6zvqgmy89h107p7gvd3lqx9vdy9zv0agd2";
|
||||
};
|
||||
|
||||
buildInputs = [ perl CryptSSLeay LWP unzip xz dpkg TimeDate DBFile
|
||||
|
Loading…
Reference in New Issue
Block a user