From 6eed9214bbf249542259439b64406935ea426dd9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 22 Jun 2023 03:44:46 +0000 Subject: [PATCH] xemu: 0.7.95 -> 0.7.96 --- 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 5d127ce83fb4..7850ae6909f6 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.95"; + version = "0.7.96"; src = fetchFromGitHub { owner = "xemu-project"; repo = "xemu"; rev = "v${finalAttrs.version}"; - hash = "sha256-JZEDVmW1Q+nAFv8oVaYl7w41Mvm+L/t8PamkkE1FaIk="; + hash = "sha256-6lEQotqVrfK+A67nTEKeqY70LrQRdH9dUGlzOt5CWZ0="; fetchSubmodules = true; };