qemu: 5.0.0 -> 5.1.0
This commit is contained in:
parent
3ab2bf69ce
commit
24028674a1
|
@ -35,7 +35,7 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "5.0.0";
|
version = "5.1.0";
|
||||||
pname = "qemu"
|
pname = "qemu"
|
||||||
+ stdenv.lib.optionalString xenSupport "-xen"
|
+ stdenv.lib.optionalString xenSupport "-xen"
|
||||||
+ stdenv.lib.optionalString hostCpuOnly "-host-cpu-only"
|
+ stdenv.lib.optionalString hostCpuOnly "-host-cpu-only"
|
||||||
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url= "https://download.qemu.org/qemu-${version}.tar.xz";
|
url= "https://download.qemu.org/qemu-${version}.tar.xz";
|
||||||
sha256 = "1dlcwyshdp94fwd30pddxf9bn2q8dfw5jsvry2gvdj551wmaj4rg";
|
sha256 = "1rd41wwlvp0vpialjp2czs6i3lsc338xc72l3zkbb7ixjfslw5y9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ python python.pkgs.sphinx pkgconfig flex bison ]
|
nativeBuildInputs = [ python python.pkgs.sphinx pkgconfig flex bison ]
|
||||||
|
|
Loading…
Reference in New Issue