x16-emulator: 43 -> 44

This commit is contained in:
Anderson Torres
2023-08-28 20:15:12 +00:00
parent bb58b49f1c
commit bea9b4cb72
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "x16-emulator";
version = "43";
version = "44";
src = fetchFromGitHub {
owner = "X16Community";
repo = "x16-emulator";
rev = "r${finalAttrs.version}";
hash = "sha256-cZB7MRYlchD3zcBSWBIzyBiGHJobJvozkVT/7ftFkNg=";
hash = "sha256-NDtfbhqGldxtvWQf/t6UnMRjI2DR7JYKbm2KFAMZhHY=";
};
postPatch = ''