bump: v0.0.9 -> v0.0.10

This commit is contained in:
2025-03-19 00:46:21 -04:00
parent bc0e8c55e3
commit dc3106b4a4
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
let
pname = "trevstack";
version = "0.0.9";
version = "0.0.10";
pkgs = import nixpkgs {
inherit system;
@ -38,7 +38,7 @@
pname = "${pname}-client";
inherit version;
src = gitignore.lib.gitignoreSource ./client;
npmDepsHash = "sha256-W5w/73RZpLDKfWMxEy9ikBnYkeKHMWM3eMN8S7B6mvw=";
npmDepsHash = "sha256-GQNChIR5kEInghn/W3t8BVnOv5X4pvn/SNCXyFnvLNo=";
nodejs = pkgs.nodejs_22;
npmFlags = [ "--legacy-peer-deps" ];