We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 700d880 + 28f760e commit 409095eCopy full SHA for 409095e
1 file changed
pkgs/by-name/mo/moonlight/package.nix
@@ -8,13 +8,13 @@
8
}:
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "moonlight";
11
- version = "1.3.26";
+ version = "1.3.27";
12
13
src = fetchFromGitHub {
14
owner = "moonlight-mod";
15
repo = "moonlight";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-NcwRidwb/ask65LE86os4RkhyoPQo5sLu0sJs/NboK4=";
+ hash = "sha256-feWRxpNfnBj110DMlBqipe7wunqDZ8SvUvrtnnlePgk=";
18
};
19
20
nativeBuildInputs = [
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
28
buildInputs = [ nodejs_22 ];
29
30
fetcherVersion = 2;
31
- hash = "sha256-LUUpcC2eS8VvzguicIn9xsKql9w3533xxUJ+l7e7Anc=";
+ hash = "sha256-Y+OusNJJUTVxa7D99Y/dJeJO4o0UDXFnY48Z2oGPF0Y=";
32
33
34
env = {
0 commit comments