mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Fix hash for p7zip patch (seems fetchurl hash was added, while fetch-patch function is used.
This commit is contained in:
parent
b6a0b0c91c
commit
38b1bd9e72
|
@ -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";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue