about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-31 11:40:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-31 11:40:34 +0000
commited62b51675d95e4a2563343f1ff8cef3b0587977 (patch)
tree61c16bef8e9c234d4c7f4f8713d5450d696895fa
parent9b4d043ba2c3c7770bb23ea8ba7858c2a93906a6 (diff)
openmsx: 19.0 -> 19.1
-rw-r--r--pkgs/applications/emulators/openmsx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/openmsx/default.nix b/pkgs/applications/emulators/openmsx/default.nix
index 9def450b0345b..c9f7827d09ab7 100644
--- a/pkgs/applications/emulators/openmsx/default.nix
+++ b/pkgs/applications/emulators/openmsx/default.nix
@@ -20,13 +20,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "openmsx";
-  version = "19.0";
+  version = "19.1";
 
   src = fetchFromGitHub {
     owner = "openMSX";
     repo = "openMSX";
     rev = "RELEASE_${builtins.replaceStrings ["."] ["_"] finalAttrs.version}";
-    sha256 = "sha256-NR0+vOUkbyuVWdHLmKEewDDmR1ibi3dtbSq+6RaxrGo=";
+    sha256 = "sha256-5ULljLmEDGFp32rnrXKLfL6P3ad2STJUNngBuWlRCbc=";
     fetchSubmodules = true;
   };