Skip to content

Commit a8c5dc1

Browse files
committed
box86: 0.3.6 -> 0.3.8
1 parent 962bd73 commit a8c5dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/emulators/box86/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ assert withDynarec -> stdenv.hostPlatform.isAarch32;
1515

1616
stdenv.mkDerivation (finalAttrs: {
1717
pname = "box86";
18-
version = "0.3.6";
18+
version = "0.3.8";
1919

2020
src = fetchFromGitHub {
2121
owner = "ptitSeb";
2222
repo = "box86";
2323
rev = "v${finalAttrs.version}";
24-
hash = "sha256-Ywsf+q7tWcAbrwbE/KvM6AJFNMJvqHKWD6tuANxrUt8=";
24+
hash = "sha256-/xeyb4NK5ZzPevlAjjSnc6JAmsmqnx3slaMfPLL9dYI=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)