grayjay: 12 -> 13 (#474547)

This commit is contained in:
Aleksana
2026-01-01 08:28:05 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -16,8 +16,8 @@
},
{
"pname": "FCastSenderSDKDotnet",
"version": "0.0.3",
"hash": "sha256-5pca9ywSOTVbNsuHKT980hz5sfWe8QQ0HzXwedqfF7M="
"version": "0.0.5",
"hash": "sha256-UTCgJ1M0n7PcVoU/7slh5sFitJ+t7ZdgkdUDZ5CVvGk="
},
{
"pname": "Fizzler",

View File

@@ -35,13 +35,13 @@
_experimental-update-script-combinators,
}:
let
version = "12";
version = "13";
src = fetchFromGitLab {
domain = "gitlab.futo.org";
owner = "videostreaming";
repo = "Grayjay.Desktop";
tag = version;
hash = "sha256-KVmik/YaJAr76QwXYRajXj7EVTJBs2NdbkDvIpLxlFc=";
hash = "sha256-AKFPPfz5Cbk6fI0H6E3Q+KUvPW4YbVSKcQZUrJCyHeE=";
fetchSubmodules = true;
fetchLFS = true;
};
@@ -184,7 +184,7 @@ buildDotnetModule (finalAttrs: {
"https://gitlab.futo.org/api/v4/projects/videostreaming%2FGrayjay%2EDesktop/repository/archive.tar.gz?sha=refs%2Ftags%2F10"
];
})
(finalAttrs.passthru.fetch-deps)
finalAttrs.passthru.fetch-deps
];
meta = {