mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
qemu: 9.1.0 -> 9.1.1
This commit is contained in:
parent
e056730f13
commit
4c6b6c0c5d
@ -75,11 +75,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
+ lib.optionalString nixosTestRunner "-for-vm-tests"
|
+ lib.optionalString nixosTestRunner "-for-vm-tests"
|
||||||
+ lib.optionalString toolsOnly "-utils"
|
+ lib.optionalString toolsOnly "-utils"
|
||||||
+ lib.optionalString userOnly "-user";
|
+ lib.optionalString userOnly "-user";
|
||||||
version = "9.1.0";
|
version = "9.1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz";
|
url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz";
|
||||||
hash = "sha256-gWtwIqi6fCrDDi4M+XPoJva8yFBTOWAyEsXt6OlNeDQ=";
|
hash = "sha256-fcD52lSR/0SVAPMxAGOja2GfI27kVwb9CEbrN9S7qIk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = [ buildPlatformStdenv.cc ]
|
depsBuildBuild = [ buildPlatformStdenv.cc ]
|
||||||
|
Loading…
Reference in New Issue
Block a user