xen 4.8.3: fix qemu-xen hash
This commit is contained in:
parent
1c357efdfc
commit
2b14491a77
@ -61,7 +61,7 @@ callPackage (import ./generic.nix (rec {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://xenbits.xen.org/git-http/qemu-xen.git;
|
url = https://xenbits.xen.org/git-http/qemu-xen.git;
|
||||||
rev = "refs/tags/qemu-xen-${version}";
|
rev = "refs/tags/qemu-xen-${version}";
|
||||||
sha256 = "090ibcgs3xwmavk9yg2vaqr3xp9hirnfd3r40ccvrl49c5x58w3g";
|
sha256 = "0lb7zd5nvr6znx47z93nbq4gj8xfb3622s8r2cvmpqmwnmlc3nd4";
|
||||||
};
|
};
|
||||||
buildInputs = qemuDeps;
|
buildInputs = qemuDeps;
|
||||||
meta.description = "Xen's fork of upstream Qemu";
|
meta.description = "Xen's fork of upstream Qemu";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user