xemu: 0.7.103 -> 0.7.104

This commit is contained in:
R. Ryantm
2023-07-24 21:38:40 -03:00
committed by Anderson Torres
parent 5b938b4b28
commit 9a476c8ea4
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.103";
version = "0.7.104";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
hash = "sha256-yBeaRZH8YVrZATBLpUPheS2SY/rAKaRc3HKtFHKOV8E=";
hash = "sha256-Oo8YwCDl2E8wW4NIO2KeGRX3GZ/pDVsnHEzEDXkLkN8=";
fetchSubmodules = true;
};