Skip to content

Commit

Permalink
qemu: 8.2.5 -> 8.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Jul 20, 2024
1 parent 24a38e2 commit 122a833
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 @@ -55,11 +55,11 @@ stdenv.mkDerivation (finalAttrs: {
+ lib.optionalString hostCpuOnly "-host-cpu-only"
+ lib.optionalString nixosTestRunner "-for-vm-tests"
+ lib.optionalString toolsOnly "-utils";
version = "8.2.5";
version = "8.2.6";

src = fetchurl {
url = "https://download.qemu.org/qemu-${finalAttrs.version}.tar.xz";
hash = "sha256-ZWk7SmTyi+dQHtDdPgQkeHgMUW3j8XgT0cMuuy6ySak=";
hash = "sha256-jK2x5rA5lU5nLUp8w6XzBzi0y5m8ksJkCxXMifj5H6I=";
};

depsBuildBuild = [ buildPackages.stdenv.cc ]
Expand Down

0 comments on commit 122a833

Please sign in to comment.