Merge pull request #28045 from roberth/fix-xen-216-qemuu

xen-4.8: update changed patch hash
This commit is contained in:
Joachim F 2017-08-11 20:08:52 +00:00 committed by GitHub
commit 9dfc290027

View File

@ -53,7 +53,7 @@ callPackage (import ./generic.nix (rec {
patches = [
(xsaPatch {
name = "216-qemuu";
sha256 = "09gp980qdlfpfmxy0nk7ncyaa024jnrpzx9gpq2kah21xygy5ma1";
sha256 = "06w2iw1r5gip2bpbg19cziws965h9in0f6np74cr31f76yy30yxn";
})
];
meta.description = "Xen's fork of upstream Qemu";