grayjay: fix auto update url (#475766)

This commit is contained in:
zowoq
2026-01-01 05:11:32 +00:00
committed by GitHub

View File

@@ -181,7 +181,7 @@ buildDotnetModule (finalAttrs: {
"--subpackage"
"frontend"
"--url"
"https://github.com/futo-org/Grayjay.Desktop"
"https://gitlab.futo.org/api/v4/projects/videostreaming%2FGrayjay%2EDesktop/repository/archive.tar.gz?sha=refs%2Ftags%2F10"
];
})
(finalAttrs.passthru.fetch-deps)