amiberry: 8.1.6 -> 8.3.0 (#531337)

This commit is contained in:
Weijia Wang
2026-08-16 21:42:30 +00:00
committed by GitHub

View File

@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "amiberry";
version = "8.1.6";
version = "8.3.0";
src = fetchFromGitHub {
owner = "BlitterStudio";
repo = "amiberry";
tag = "v${finalAttrs.version}";
hash = "sha256-XUq7L2udZDH78UHeZBjbiERRwEwv8+JfxpPnThOGV6k=";
hash = "sha256-8kkI+xINpV58riZxwJOycy0sJ0lmcMc5OFLOUkSrKiE=";
};
nativeBuildInputs = [