Merge pull request #336355 from r-ryantm/auto-update/xemu

xemu: 0.7.131 -> 0.7.132
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-08-23 16:10:14 +00:00
committed by GitHub
+2 -2
View File
@@ -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 =