dpkg: 1.18.4 -> 1.18.5

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-02 17:31:07 +02:00
parent bc4465e23f
commit 6b6463dbd2
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.4";
version = "1.18.5";
src = fetchurl {
url = "mirror://debian/pool/main/d/dpkg/dpkg_${version}.tar.xz";
sha256 = "1nh6y6xvnq6f4qd6y3dx9m77sxjg4qk1z1j5pwayg348d0w292gy";
sha256 = "01wb8qa4vv2dpd1gv5bm0qzgzb35wn5ij7daqd7b3977l5k6lkh7";
};
postPatch = ''