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

xemu: 0.7.128 -> 0.7.131
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-07-25 12:19:44 +00:00
committed by GitHub
+2 -2
View File
@@ -27,14 +27,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.128";
version = "0.7.131";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-gJ5Da7bn4I7EOK12zqjekOJn+299v8WqH8e68GYUKpQ=";
hash = "sha256-xupCEqTovrEA7qEEr9nBjO7iIbTeXv59cg99W6Nc/54=";
};
nativeBuildInputs =