xemu: 0.7.128 -> 0.7.131

This commit is contained in:
R. Ryantm 2024-07-25 07:15:16 +00:00
parent 289eafaaf0
commit 62464debc9

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 =