xemu: 0.7.110 -> 0.7.111

This commit is contained in:
R. Ryantm 2023-08-07 05:49:34 +00:00 committed by Anderson Torres
parent 45d87fc8e1
commit bf893c7d4b

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;
};