From 706a6fb4db5b59819e7c9f5ae760a9da6b62228c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 5 May 2023 14:06:02 +0000 Subject: [PATCH] xemu: 0.7.87 -> 0.7.88 --- pkgs/applications/emulators/xemu/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/xemu/default.nix b/pkgs/applications/emulators/xemu/default.nix index 2b0b2e755ec1..4fa4fea99727 100644 --- a/pkgs/applications/emulators/xemu/default.nix +++ b/pkgs/applications/emulators/xemu/default.nix @@ -27,13 +27,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "xemu"; - version = "0.7.87"; + version = "0.7.88"; src = fetchFromGitHub { owner = "xemu-project"; repo = "xemu"; rev = "v${finalAttrs.version}"; - hash = "sha256-NPvyXDrTKt7PIspLPrUBo7qs9hsHV+6u7dQlIqdlQtw="; + hash = "sha256-rV90ISPaipczaJgGj0vAO1IJYDMJpncVGOdllO3Km2k="; fetchSubmodules = true; };