x16-rom: 43 -> 44

This commit is contained in:
R. Ryantm 2023-08-27 09:48:50 +00:00 committed by Anderson Torres
parent d0e0c40519
commit bb58b49f1c

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "x16-rom";
version = "43";
version = "44";
src = fetchFromGitHub {
owner = "X16Community";
repo = "x16-rom";
rev = "r${finalAttrs.version}";
hash = "sha256-LkGHfralxlishG1oyBojDnLMJ3c3KYp5YwJSZ2SIrbM=";
hash = "sha256-x/U+8e869mkWZKmCiW2fZKGB9un2cFXNclemwxbAjLQ=";
};
nativeBuildInputs = [