xemu: 0.7.90 -> 0.7.92

This commit is contained in:
R. Ryantm 2023-06-10 09:46:40 +00:00 committed by Anderson Torres
parent 17173e5ff4
commit 40e1ff499e

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