xemu: 0.7.90 -> 0.7.92

This commit is contained in:
R. Ryantm
2023-06-10 18:54:42 +00:00
committed by Anderson Torres
parent 17173e5ff4
commit 40e1ff499e
+2 -2
View File
@@ -27,13 +27,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.90";
version = "0.7.92";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
hash = "sha256-88YOwMWHUxJ+P485O31XmtpZk3QNoROSJ8v02l4DLaU=";
hash = "sha256-wRGoeud4EY2N/seG0Kd7CJt1IkDdJMJwFwpQNoLOl2g=";
fetchSubmodules = true;
};