bump: v0.0.6 -> v0.0.7

This commit is contained in:
2025-03-18 22:07:05 -04:00
parent 2b03164307
commit 6706330252
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
let
pname = "trevstack";
version = "0.0.6";
version = "0.0.7";
pkgs = import nixpkgs {
inherit system;
@ -38,7 +38,7 @@
pname = "${pname}-client";
inherit version;
src = gitignore.lib.gitignoreSource ./client;
npmDepsHash = "sha256-u9FDVXltJmlv1hpLWlC/Ry252VvgEWupl863Xt0TJ94=";
npmDepsHash = "sha256-AfXM/oPr4b4D9txgwzZFMJ8dXFugOwETkZAN8/SaTkk=";
nodejs = pkgs.nodejs_22;
npmFlags = [ "--legacy-peer-deps" ];