isabel 2025-08-07 14:48:13 +01:00
parent b30e0dfad5
commit 285da4d2a8
No known key found for this signature in database
GPG Key ID: 3E7C7A1B5DEDBB03

View File

@ -8,13 +8,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "moonlight"; pname = "moonlight";
version = "1.3.25"; version = "1.3.26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "moonlight-mod"; owner = "moonlight-mod";
repo = "moonlight"; repo = "moonlight";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-raqn8TVqD/VFgPw6kiv69JoBmUUVp9Ltj9n2EeEg85U="; hash = "sha256-NcwRidwb/ask65LE86os4RkhyoPQo5sLu0sJs/NboK4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ nodejs_22 ]; buildInputs = [ nodejs_22 ];
fetcherVersion = 2; fetcherVersion = 2;
hash = "sha256-KZOAbU6IBytkZzwB8jbSwmlkM69uhjNUEKmIu5/DySI="; hash = "sha256-LUUpcC2eS8VvzguicIn9xsKql9w3533xxUJ+l7e7Anc=";
}; };
env = { env = {