Skip to content

Commit

Permalink
moonlight-embedded: 2.2.3 -> 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jul 31, 2017

Verified

This commit was signed with the committer’s verified signature.
globin Robin Gloster
1 parent 5825724 commit af84611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/moonlight-embedded/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
name = "moonlight-embedded-${version}";
version = "2.2.3";
version = "2.4.2";

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

outputs = [ "out" "doc" ];

0 comments on commit af84611

Please sign in to comment.