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

xemu: 0.7.123 -> 0.7.127
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-21 17:13:45 +00:00 committed by GitHub
commit abae3f9310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,14 +27,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.123";
version = "0.7.127";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-8Nfy6x3+8n1AlXnZmbISZrncnU04iaQPx69e46XgxUU=";
hash = "sha256-qf4zc+qZSLZLjqpKUVgSEhb5VGAzkiRlJSsSCCbNImU=";
};
nativeBuildInputs =