Skip to content

Commit 409095e

Browse files
authored
[Backport release-25.05] moonlight: 1.3.26 -> 1.3.27 (#437575)
2 parents 700d880 + 28f760e commit 409095e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/mo/moonlight/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "moonlight";
11-
version = "1.3.26";
11+
version = "1.3.27";
1212

1313
src = fetchFromGitHub {
1414
owner = "moonlight-mod";
1515
repo = "moonlight";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-NcwRidwb/ask65LE86os4RkhyoPQo5sLu0sJs/NboK4=";
17+
hash = "sha256-feWRxpNfnBj110DMlBqipe7wunqDZ8SvUvrtnnlePgk=";
1818
};
1919

2020
nativeBuildInputs = [
@@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
2828
buildInputs = [ nodejs_22 ];
2929

3030
fetcherVersion = 2;
31-
hash = "sha256-LUUpcC2eS8VvzguicIn9xsKql9w3533xxUJ+l7e7Anc=";
31+
hash = "sha256-Y+OusNJJUTVxa7D99Y/dJeJO4o0UDXFnY48Z2oGPF0Y=";
3232
};
3333

3434
env = {

0 commit comments

Comments
 (0)