x16-rom: 47 -> 48

This commit is contained in:
R. Ryantm 2024-09-06 17:30:54 +00:00
parent 5a24308c38
commit 4c69db6adf

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "x16-rom";
version = "47";
version = "48";
src = fetchFromGitHub {
owner = "X16Community";
repo = "x16-rom";
rev = "r${finalAttrs.version}";
hash = "sha256-+NvuCW8CIj5cnrGh+VQOExhAeXMElqdl9DVJjjGhNPk=";
hash = "sha256-MXt839wpPdGVFgf1CAqfmWEP2Ws+5uUFOI14vAdUTvk=";
};
nativeBuildInputs = [