tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openmsx: 19.0 -> 19.1
R. Ryantm
2 years ago
ed62b516
9b4d043b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
emulators
openmsx
default.nix
+2
-2
pkgs/applications/emulators/openmsx/default.nix
···
20
20
21
21
stdenv.mkDerivation (finalAttrs: {
22
22
pname = "openmsx";
23
23
-
version = "19.0";
23
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
29
-
sha256 = "sha256-NR0+vOUkbyuVWdHLmKEewDDmR1ibi3dtbSq+6RaxrGo=";
29
29
+
sha256 = "sha256-5ULljLmEDGFp32rnrXKLfL6P3ad2STJUNngBuWlRCbc=";
30
30
fetchSubmodules = true;
31
31
};
32
32