xemu: 0.7.110 -> 0.7.111

This commit is contained in:
R. Ryantm
2023-08-07 09:12:01 +00:00
committed by Anderson Torres
parent 45d87fc8e1
commit bf893c7d4b
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.110";
version = "0.7.111";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
hash = "sha256-ztYjvQunjskPZUIntzX4GEh0nv0K6knVubYW+QlCCII=";
hash = "sha256-j7VNNKGm8mFEz+8779ylw1Yjd+jDuoL19Sw52kJll4s=";
fetchSubmodules = true;
};