Skip to content

Commit af84611

Browse files
committedJul 31, 2017
moonlight-embedded: 2.2.3 -> 2.4.2
1 parent 5825724 commit af84611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/misc/moonlight-embedded/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenv.mkDerivation rec {
88
name = "moonlight-embedded-${version}";
9-
version = "2.2.3";
9+
version = "2.4.2";
1010

1111
# fetchgit used to ensure submodules are available
1212
src = fetchgit {
1313
url = "git://github.com/irtimmer/moonlight-embedded";
1414
rev = "refs/tags/v${version}";
15-
sha256 = "0m1114dsz44rvq402b4v5ib2cwj2vbasir0l8vi0q5iymwmsvxj4";
15+
sha256 = "0khdbwfclvpjgyk5ar1fs4j66zsjikaj422wlvrvqhyzi1v5arpr";
1616
};
1717

1818
outputs = [ "out" "doc" ];

0 commit comments

Comments
 (0)
Please sign in to comment.