xemu: 0.7.119 -> 0.7.120

This commit is contained in:
R. Ryantm 2024-03-24 04:13:33 +00:00
parent 79863957ca
commit f1289f10f4
1 changed files with 2 additions and 2 deletions

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.119";
version = "0.7.120";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
hash = "sha256-5gH1pQqy45vmgeW61peEi6+ZXpPgyQMUg3dh37oqR6s=";
hash = "sha256-FFxYp53LLDOPZ1Inr70oyQXhNjJO23G+gNmXd/lvrYs=";
fetchSubmodules = true;
};