Fix hash for p7zip patch (seems fetchurl hash was added, while fetch-patch function is used.

This commit is contained in:
Rob Vermaas 2016-12-09 07:58:31 +00:00
parent b6a0b0c91c
commit 38b1bd9e72

View File

@ -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";
})
];