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

xemu: 0.7.122 -> 0.7.123
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-14 02:40:41 +00:00 committed by GitHub
commit 6f1d8850e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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