xemu: 0.7.121 -> 0.7.122

This commit is contained in:
R. Ryantm
2024-05-21 16:01:14 +00:00
parent 8257910e21
commit 30bf547cff
+2 -2
View File
@@ -27,14 +27,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.121";
version = "0.7.122";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-VcztVzG/IN9N0SVKj6BipyqnhxXC2nTTuMjKMtFKzGw=";
hash = "sha256-TxtkLdUSIbDu9uqPq4s64HtXFyT3ntN8Su9bEGPS3f0=";
};
nativeBuildInputs =