Skip to content

Commit

Permalink
Merge pull request NixOS#336355 from r-ryantm/auto-update/xemu
Browse files Browse the repository at this point in the history
xemu: 0.7.131 -> 0.7.132
  • Loading branch information
nixpkgs-merge-bot[bot] authored Aug 23, 2024
2 parents 0f40abe + 9dadc1d commit e9926eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/xe/xemu/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.131";
version = "0.7.132";

src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-xupCEqTovrEA7qEEr9nBjO7iIbTeXv59cg99W6Nc/54=";
hash = "sha256-C9g2IXuI2eQjt04viat0ESOTeKCvQ3CUdjLpZ92NFDs=";
};

nativeBuildInputs =
Expand Down

0 comments on commit e9926eb

Please sign in to comment.