x16-emulator: 43 -> 44

+2 -2
+2 -2
pkgs/applications/emulators/commanderx16/emulator.nix
··· 7 7 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "x16-emulator"; 10 - version = "43"; 10 + version = "44"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "X16Community"; 14 14 repo = "x16-emulator"; 15 15 rev = "r${finalAttrs.version}"; 16 - hash = "sha256-cZB7MRYlchD3zcBSWBIzyBiGHJobJvozkVT/7ftFkNg="; 16 + hash = "sha256-NDtfbhqGldxtvWQf/t6UnMRjI2DR7JYKbm2KFAMZhHY="; 17 17 }; 18 18 19 19 postPatch = ''