mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
sillytavern: 1.17.0 -> 1.18.0 (#519934)
This commit is contained in:
commit
fd70d69857
1 changed files with 4 additions and 4 deletions
|
|
@ -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 ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue