mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
qemu: 8.2.1 -> 8.2.2
Changes: https://lore.kernel.org/all/1709577077.783602.1474596.nullmailer@tls.msk.ru/T/
This commit is contained in:
parent
e4e6b7e542
commit
cc1d2f5bf5
@ -55,11 +55,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
+ lib.optionalString hostCpuOnly "-host-cpu-only"
|
+ lib.optionalString hostCpuOnly "-host-cpu-only"
|
||||||
+ lib.optionalString nixosTestRunner "-for-vm-tests"
|
+ lib.optionalString nixosTestRunner "-for-vm-tests"
|
||||||
+ lib.optionalString toolsOnly "-utils";
|
+ lib.optionalString toolsOnly "-utils";
|
||||||
version = "8.2.1";
|
version = "8.2.2";
|
||||||
|
|
||||||
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-hWJ1EVgXX50YfF8itXVVq+PIcPAyXIztEsNMbZh3Kb4=";
|
hash = "sha256-hHNGwbgsGlSyw49u29hVSe3rF0MLfU09oSYg4pYrxPM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = [ buildPackages.stdenv.cc ]
|
depsBuildBuild = [ buildPackages.stdenv.cc ]
|
||||||
|
Loading…
Reference in New Issue
Block a user