We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5825724 commit af84611Copy full SHA for af84611
pkgs/applications/misc/moonlight-embedded/default.nix
@@ -6,13 +6,13 @@
6
7
stdenv.mkDerivation rec {
8
name = "moonlight-embedded-${version}";
9
- version = "2.2.3";
+ version = "2.4.2";
10
11
# fetchgit used to ensure submodules are available
12
src = fetchgit {
13
url = "git://github.com/irtimmer/moonlight-embedded";
14
rev = "refs/tags/v${version}";
15
- sha256 = "0m1114dsz44rvq402b4v5ib2cwj2vbasir0l8vi0q5iymwmsvxj4";
+ sha256 = "0khdbwfclvpjgyk5ar1fs4j66zsjikaj422wlvrvqhyzi1v5arpr";
16
};
17
18
outputs = [ "out" "doc" ];
0 commit comments