xemu: 0.7.111 -> 0.7.116

This commit is contained in:
R. Ryantm 2023-10-24 01:21:12 +00:00 committed by Anderson Torres
parent e0d3bcbb53
commit c7c126f2ef

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.111";
version = "0.7.116";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
hash = "sha256-j7VNNKGm8mFEz+8779ylw1Yjd+jDuoL19Sw52kJll4s=";
hash = "sha256-/fUTQYi6EDG4wUFc17nuBUt/F1zBdhk/MEizwTo5I8Q=";
fetchSubmodules = true;
};