Merge pull request #309730 from r-ryantm/auto-update/xemu

xemu: 0.7.120 -> 0.7.121
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-08 14:06:48 +00:00 committed by GitHub
commit 8a132c7caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [