3
0
Fork 0
forked from mirrors/nixpkgs

dpkg: 1.18.6 -> 1.18.7

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-13 16:36:48 +02:00
parent f2c7f9a677
commit 2cf6c67d15
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.6";
version = "1.18.7";
src = fetchurl {
url = "mirror://debian/pool/main/d/dpkg/dpkg_${version}.tar.xz";
sha256 = "18nywp0gs8bnywll9qrcg8g1fli4p5xd6h8sazhsmrxgp8iw62yx";
sha256 = "0yxqv7b5a1qhhas9dzxr5gwj22jqxisrwzvrmwms8l67dlx6vqxc";
};
postPatch = ''