bump: v0.0.4 -> v0.0.5

This commit is contained in:
2025-03-18 21:42:25 -04:00
parent 2361602b62
commit 8956317197
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
let
pname = "trevstack";
version = "0.0.4";
version = "0.0.5";
pkgs = import nixpkgs {
inherit system;
@ -38,7 +38,7 @@
pname = "${pname}-client";
inherit version;
src = gitignore.lib.gitignoreSource ./client;
npmDepsHash = "sha256-C4deMSTgDXyg3yZ1Xu8ogxh7iTSvdYVS+mLlwjaWJiY=";
npmDepsHash = "sha256-19sYDoA0nX3XteC0jKrqhnE7050+on3gDg72QqNR080=";
nodejs = pkgs.nodejs_22;
npmFlags = [ "--legacy-peer-deps" ];