sillytavern: 1.17.0 -> 1.18.0 (#519934)

This commit is contained in:
Peder Bergebakken Sundt 2026-05-19 12:31:32 +00:00 committed by GitHub
commit fd70d69857
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,15 +5,15 @@
}:
buildNpmPackage (finalAttrs: {
pname = "sillytavern";
version = "1.17.0";
version = "1.18.0";
src = fetchFromGitHub {
owner = "SillyTavern";
repo = "SillyTavern";
tag = finalAttrs.version;
hash = "sha256-M4YvPsiCimbxHZoPO4+aIdwmYa4o5By+qnSl7FeAD5k=";
hash = "sha256-1FDqbV+t9JF93aTgy7Hnwe4lCJZHooHw0J3zOsCZWDA=";
};
npmDepsHash = "sha256-BE8B7yALOi5WLWHAvSPC2lUCgAFjUCOUMc4Ru2RBdJM=";
npmDepsHash = "sha256-jDySPn354gh1gFI8I2apGmXDxOz4d4STfJX+iFVFhdg=";
dontNpmBuild = true;
@ -36,6 +36,6 @@ buildNpmPackage (finalAttrs: {
homepage = "https://docs.sillytavern.app/";
mainProgram = "sillytavern";
license = lib.licenses.agpl3Only;
maintainers = [ lib.maintainers.wrvsrx ];
maintainers = [ lib.maintainers.Notarin ];
};
})