Skip to content

Commit

Permalink
Fix hash for p7zip patch (seems fetchurl hash was added, while fetch-…
Browse files Browse the repository at this point in the history
…patch function is used.
  • Loading branch information
rbvermaa committed Dec 9, 2016
1 parent b6a0b0c commit 38b1bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/archivers/p7zip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
url = "https://sources.debian.net/data/main/p/p7zip/16.02+dfsg-2/debian/patches/12-CVE-2016-9296.patch";
sha256 = "0inblicg24gcbaq84n0mr6w4yc5ak65mh9wxml96wlhdf7ph2i3m";
sha256 = "1i7099h27gmb9dv0lb7jnqfm504gs1c3129r6kvi94yb2gzrzk41";
})
];

Expand Down

0 comments on commit 38b1bd9

Please sign in to comment.