Skip to content

Commit

Permalink
Merge pull request #252548 from r-ryantm/auto-update/openmsx
Browse files Browse the repository at this point in the history
openmsx: 19.0 -> 19.1
  • Loading branch information
matthiasbeyer authored Aug 31, 2023
2 parents 566f45b + ed62b51 commit 5385752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/emulators/openmsx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 5385752

Please sign in to comment.