Skip to content

Commit

Permalink
Merge pull request NixOS#261753 from trofi/qemu-update
Browse files Browse the repository at this point in the history
qemu: 8.1.1 -> 8.1.2
  • Loading branch information
fabianhjr authored Oct 19, 2023
2 parents 09ebb97 + fda60c8 commit 6eed4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/qemu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ stdenv.mkDerivation (finalAttrs: {
+ lib.optionalString xenSupport "-xen"
+ lib.optionalString hostCpuOnly "-host-cpu-only"
+ lib.optionalString nixosTestRunner "-for-vm-tests";
version = "8.1.1";
version = "8.1.2";

src = fetchurl {
url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz";
hash = "sha256-N84u9eUA+3UvaBEXxotFEYMD6kmn4mvVQIDO1U+rfe8=";
hash = "sha256-VBUmp2RXbrSU0v9exGrrJT5i6ikDXRwjwKivTmzU8Ic=";
};

depsBuildBuild = [ buildPackages.stdenv.cc ]
Expand Down

0 comments on commit 6eed4c2

Please sign in to comment.