dpkg: 1.18.5 -> 1.18.6

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-05 02:16:56 +02:00
parent 750d58f439
commit e58cd82e87
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.5";
version = "1.18.6";
src = fetchurl {
url = "mirror://debian/pool/main/d/dpkg/dpkg_${version}.tar.xz";
sha256 = "01wb8qa4vv2dpd1gv5bm0qzgzb35wn5ij7daqd7b3977l5k6lkh7";
sha256 = "18nywp0gs8bnywll9qrcg8g1fli4p5xd6h8sazhsmrxgp8iw62yx";
};
postPatch = ''