moonlight: 1.3.18 -> 1.3.19 (#407713)

Co-authored-by: ilyist <ilyist@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-17 12:09:27 +00:00
committed by GitHub
co-authored by ilyist
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "moonlight";
version = "1.3.18";
version = "1.3.19";
src = fetchFromGitHub {
owner = "moonlight-mod";
repo = "moonlight";
tag = "v${finalAttrs.version}";
hash = "sha256-CPBdZ/1mQAw0cC36D1Yo+ml+3eDDJtfSELYNIF0fKRw=";
hash = "sha256-cFsVYlIkSNEpGw4qT9Eea6sa1+dZyaCRZNrgQTc8wu4=";
};
nativeBuildInputs = [