openmsx: 19.0 -> 19.1

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