summary refs log tree commit diff
path: root/pkgs/applications/virtualization/xen
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-12-09 07:18:35 -0500
committerGraham Christensen <graham@grahamc.com>2016-12-09 07:22:35 -0500
commita2d6e8a2eb6c7ad0d64698d912c74c426d926bad (patch)
treea8feea13e1e650988bcf3cbd1405b53ac96693e9 /pkgs/applications/virtualization/xen
parent7833315a5e54cf5db1017cccdc922975dd5eb119 (diff)
downloadnixpkgs-a2d6e8a2eb6c7ad0d64698d912c74c426d926bad.tar
nixpkgs-a2d6e8a2eb6c7ad0d64698d912c74c426d926bad.tar.gz
nixpkgs-a2d6e8a2eb6c7ad0d64698d912c74c426d926bad.tar.bz2
nixpkgs-a2d6e8a2eb6c7ad0d64698d912c74c426d926bad.tar.lz
nixpkgs-a2d6e8a2eb6c7ad0d64698d912c74c426d926bad.tar.xz
nixpkgs-a2d6e8a2eb6c7ad0d64698d912c74c426d926bad.tar.zst
nixpkgs-a2d6e8a2eb6c7ad0d64698d912c74c426d926bad.zip
xen: Fix patch hashes
I had used nix-prefetch-url, where fetchpatch doesn't support it.
Diffstat (limited to 'pkgs/applications/virtualization/xen')
-rw-r--r--pkgs/applications/virtualization/xen/4.5.nix6
1 files 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";
                    })
                  ];
   };