box64: 0.3.6 -> 0.3.8

This commit is contained in:
OPNA2608
2025-10-17 19:18:17 +02:00
parent 9e19e8fbb5
commit 9fea8b5c5d

View File

@@ -21,13 +21,13 @@ assert
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "box64"; pname = "box64";
version = "0.3.6"; version = "0.3.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ptitSeb"; owner = "ptitSeb";
repo = "box64"; repo = "box64";
rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-Z8r7aonVj7VSifgLKx/L7VRdGNnQtTvS4mjI+2+uPxY="; hash = "sha256-PVzv1790UhWbqLmw/93+mU3Gw8lQek7NBls4LXks4wQ=";
}; };
# Setting cpu doesn't seem to work (or maybe isn't enough / gets overwritten by the wrapper's arch flag?), errors about unsupported instructions for target # Setting cpu doesn't seem to work (or maybe isn't enough / gets overwritten by the wrapper's arch flag?), errors about unsupported instructions for target