box64: 0.3.0 -> 0.3.2

This commit is contained in:
R. Ryantm
2024-12-11 10:10:25 +00:00
parent d87246a418
commit 18f1813d7a
@@ -21,13 +21,13 @@ assert
stdenv.mkDerivation (finalAttrs: {
pname = "box64";
version = "0.3.0";
version = "0.3.2";
src = fetchFromGitHub {
owner = "ptitSeb";
repo = "box64";
rev = "v${finalAttrs.version}";
hash = "sha256-8PpTN7lUjpmSowbaRsfSRWJQRDZICFhVvn05tQYC4PQ=";
hash = "sha256-SHAfZatLrc6+8kRHGwUlXuUP0blQazZtdQmDv58Csv4=";
};
nativeBuildInputs = [