Unverified Commit ea4f36e6 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

sillytavern: 1.13.4 -> 1.13.5 (#452684)

parents 267e5a59 1e0377ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,15 +5,15 @@
}:
buildNpmPackage (finalAttrs: {
  pname = "sillytavern";
  version = "1.13.4";
  version = "1.13.5";

  src = fetchFromGitHub {
    owner = "SillyTavern";
    repo = "SillyTavern";
    tag = finalAttrs.version;
    hash = "sha256-C1VWyowuk4w1F5u88Xcp9m3UgNmcDKEn/NSojuLGAd8=";
    hash = "sha256-kYTma8+GIXCwFrKB0EnU4nLMPi+HOayBioz1z+xNa+0=";
  };
  npmDepsHash = "sha256-lVG00oUzrMxIVoKqTRtkMYUmS45YEOkcepXJl4vth2w=";
  npmDepsHash = "sha256-BBB+mKuG9cm9Rpa7kPneqK0gSA09hEvszWoWML78eSQ=";

  dontNpmBuild = true;