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: { stdenv.mkDerivation (finalAttrs: {
pname = "xemu"; pname = "xemu";
version = "0.7.110"; version = "0.7.111";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xemu-project"; owner = "xemu-project";
repo = "xemu"; repo = "xemu";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-ztYjvQunjskPZUIntzX4GEh0nv0K6knVubYW+QlCCII="; hash = "sha256-j7VNNKGm8mFEz+8779ylw1Yjd+jDuoL19Sw52kJll4s=";
fetchSubmodules = true; fetchSubmodules = true;
}; };