From a2d6e8a2eb6c7ad0d64698d912c74c426d926bad Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 9 Dec 2016 07:18:35 -0500 Subject: [PATCH] xen: Fix patch hashes I had used nix-prefetch-url, where fetchpatch doesn't support it. --- pkgs/applications/virtualization/xen/4.5.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/virtualization/xen/4.5.nix b/pkgs/applications/virtualization/xen/4.5.nix index e7a46a24965..7b89fabaa1c 100644 --- a/pkgs/applications/virtualization/xen/4.5.nix +++ b/pkgs/applications/virtualization/xen/4.5.nix @@ -58,17 +58,17 @@ let (fetchpatch { url = "https://bugzilla.redhat.com/attachment.cgi?id=1218547"; name = "CVE-2016-9385.patch"; - sha256 = "0l5drg862708ngy49jl65vmv6iwxlm7h8b4vabnffc2496f2gbwk"; + sha256 = "0k9mykhrpm4rbjkhv067f6s05lqmgnldcyb3vi8cl0ndlyh66lvr"; }) (fetchpatch { url = "https://bugzilla.redhat.com/attachment.cgi?id=1218536"; name = "CVE-2016-9377-CVE-2016-9378-part1.patch"; - sha256 = "1dy8xvnkdvc44ywzzlswmkljjva44c0ndw7538iicr3qyf0244n4"; + sha256 = "0z53nzrjvc745y26z1qc8jlg3blxp7brawvji1hx3s74n346ssl6"; }) (fetchpatch { url = "https://bugzilla.redhat.com/attachment.cgi?id=1218537"; name = "CVE-2016-9377-CVE-2016-9378-part2.patch"; - sha256 = "0iz36s2w6bh5h9i1a9gj1c748fq1dj90kcg2yzld1m26qx21qrr5"; + sha256 = "11cqvr5jn2s92wsshpilx9qnfczrd9hnyb5aim6qwmz3fq3hrrkz"; }) ]; };