xemu: 0.7.120 -> 0.7.121

This commit is contained in:
R. Ryantm 2024-05-07 04:31:23 +00:00
parent a85613a1bc
commit 6ff50a1f97
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.120";
version = "0.7.121";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-FFxYp53LLDOPZ1Inr70oyQXhNjJO23G+gNmXd/lvrYs=";
hash = "sha256-VcztVzG/IN9N0SVKj6BipyqnhxXC2nTTuMjKMtFKzGw=";
};
nativeBuildInputs = [