shoko-webui: 2.4.1 -> 2.5.9; shoko: 5.3.1 -> 5.3.3 (#540872)

This commit is contained in:
Oleksii Filonenko
2026-07-13 12:20:44 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -14,13 +14,13 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "shoko-webui";
version = "2.4.1";
version = "2.5.9";
src = fetchFromGitHub {
owner = "ShokoAnime";
repo = "Shoko-WebUI";
tag = "v${finalAttrs.version}";
hash = "sha256-/frP6qI5xAmogb5a5AA83IJxgOhVUi6X0E4h3Qg5u6w=";
hash = "sha256-mHBflHehCnwCkh4K271vo30rfoQa+3xLos0d7P/kKvE=";
};
# Avoid requiring git as a build time dependency. It's used for version
@@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
inherit (finalAttrs) pname version src;
inherit pnpm;
fetcherVersion = 3;
hash = "sha256-rTlem83dFptgvKUKUaHK8vi5B0FBehPFtkCUhOnUKd0=";
hash = "sha256-0ZXXfP6iHyd5zlUQruS3MZADkuucygXrUPRKNCNYA7k=";
};
nativeBuildInputs = [

View File

@@ -12,13 +12,13 @@
buildDotnetModule (finalAttrs: {
pname = "shoko";
version = "5.3.1";
version = "5.3.3";
src = fetchFromGitHub {
owner = "ShokoAnime";
repo = "ShokoServer";
tag = "v${finalAttrs.version}";
hash = "sha256-gZK0NUwPKhrrIjdnfwNI0s618qnTf1cYBgPkwajSTEw=";
hash = "sha256-PJtjG4YJBgUrjBt/S2uWyKrCj1pW4N9wrLqoh2gHKcg=";
fetchSubmodules = true;
};