grayjay: 16 -> 17 (#493552)

This commit is contained in:
Gergő Gutyina
2026-03-04 09:01:23 +00:00
committed by GitHub
+2 -2
View File
@@ -41,13 +41,13 @@
_experimental-update-script-combinators,
}:
let
version = "16";
version = "17";
src = fetchFromGitLab {
domain = "gitlab.futo.org";
owner = "videostreaming";
repo = "Grayjay.Desktop";
tag = version;
hash = "sha256-2PCa9nP98htK9p5N6QPPZT6aYqaoAEBmag9JGnoujso=";
hash = "sha256-/oeoLXKewjYkCO7naZNOzauWm1OYDKnsxXY9EkI7fTM=";
fetchSubmodules = true;
fetchLFS = true;
};