mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
debian_devscripts: 2.16.6 -> 2.16.8
This commit is contained in:
parent
589ceb0386
commit
d3e54d71c1
@ -8,12 +8,12 @@
|
||||
let
|
||||
inherit (python3Packages) python setuptools;
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "2.16.6";
|
||||
version = "2.16.8";
|
||||
name = "debian-devscripts-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/d/devscripts/devscripts_${version}.tar.xz";
|
||||
sha256 = "0lkhilwb1gsnk8q14wkrl78s0w3l8aghsaz00vprmkmcc3j1x14h";
|
||||
sha256 = "0xy1nvqrnifx46g8ch69pk31by0va6hn10wpi1fkrsrgncanjjh1";
|
||||
};
|
||||
|
||||
buildInputs = [ perl CryptSSLeay LWP unzip xz dpkg TimeDate DBFile
|
||||
|
Loading…
Reference in New Issue
Block a user