From a8c5dc11d9823cec286cf37b7c54020fdca2dcc0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Dec 2024 08:16:30 +0000 Subject: [PATCH] box86: 0.3.6 -> 0.3.8 --- pkgs/applications/emulators/box86/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/box86/default.nix b/pkgs/applications/emulators/box86/default.nix index d5db0f3d4966..1307af0fffaa 100644 --- a/pkgs/applications/emulators/box86/default.nix +++ b/pkgs/applications/emulators/box86/default.nix @@ -15,13 +15,13 @@ assert withDynarec -> stdenv.hostPlatform.isAarch32; stdenv.mkDerivation (finalAttrs: { pname = "box86"; - version = "0.3.6"; + version = "0.3.8"; src = fetchFromGitHub { owner = "ptitSeb"; repo = "box86"; rev = "v${finalAttrs.version}"; - hash = "sha256-Ywsf+q7tWcAbrwbE/KvM6AJFNMJvqHKWD6tuANxrUt8="; + hash = "sha256-/xeyb4NK5ZzPevlAjjSnc6JAmsmqnx3slaMfPLL9dYI="; }; nativeBuildInputs = [