Skip to content

Commit

Permalink
dpkg: 1.18.7 -> 1.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nckx committed Jul 6, 2016
1 parent d391db8 commit 12c0552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/dpkg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 12c0552

Please sign in to comment.