We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962bd73 commit a8c5dc1Copy full SHA for a8c5dc1
pkgs/applications/emulators/box86/default.nix
@@ -15,13 +15,13 @@ assert withDynarec -> stdenv.hostPlatform.isAarch32;
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "box86";
18
- version = "0.3.6";
+ version = "0.3.8";
19
20
src = fetchFromGitHub {
21
owner = "ptitSeb";
22
repo = "box86";
23
rev = "v${finalAttrs.version}";
24
- hash = "sha256-Ywsf+q7tWcAbrwbE/KvM6AJFNMJvqHKWD6tuANxrUt8=";
+ hash = "sha256-/xeyb4NK5ZzPevlAjjSnc6JAmsmqnx3slaMfPLL9dYI=";
25
};
26
27
nativeBuildInputs = [
0 commit comments