openmsx: 19.0 -> 19.1

+2 -2
+2 -2
pkgs/applications/emulators/openmsx/default.nix
··· 20 20 21 21 stdenv.mkDerivation (finalAttrs: { 22 22 pname = "openmsx"; 23 - version = "19.0"; 23 + version = "19.1"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "openMSX"; 27 27 repo = "openMSX"; 28 28 rev = "RELEASE_${builtins.replaceStrings ["."] ["_"] finalAttrs.version}"; 29 - sha256 = "sha256-NR0+vOUkbyuVWdHLmKEewDDmR1ibi3dtbSq+6RaxrGo="; 29 + sha256 = "sha256-5ULljLmEDGFp32rnrXKLfL6P3ad2STJUNngBuWlRCbc="; 30 30 fetchSubmodules = true; 31 31 }; 32 32