pkgs/shoko-webui: fix to only use stable versions

This commit is contained in:
nanoyaki
2026-01-11 06:30:30 +01:00
parent fd5ebb1a45
commit 844cf2933e
+6 -1
View File
@@ -49,7 +49,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateSript = nix-update-script { };
passthru.updateSript = nix-update-script {
extraArgs = [
"--version-regex"
''v([0-9]+\.[0-9]+\.[0-9]+).*''
];
};
meta = {
homepage = "https://github.com/ShokoAnime/Shoko-WebUI";