3
0
Fork 0
forked from mirrors/nixpkgs

dpkg: 1.18.7 -> 1.18.8

This commit is contained in:
Tobias Geerinckx-Rice 2016-07-06 15:45:16 +02:00
parent d391db8c01
commit 12c055240d
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "dpkg-${version}";
version = "1.18.7";
version = "1.18.8";
src = fetchurl {
url = "mirror://debian/pool/main/d/dpkg/dpkg_${version}.tar.xz";
sha256 = "0yxqv7b5a1qhhas9dzxr5gwj22jqxisrwzvrmwms8l67dlx6vqxc";
sha256 = "1dv57xxd6ykmhp1cra5xyi7kzl9sl782q9kwwx7wbma6i9bn4m8b";
};
postPatch = ''