bump: v0.0.16 -> v0.0.17

This commit is contained in:
2025-04-16 05:33:20 -04:00
parent 77f8362f88
commit fbe5efdf0f
3 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
...
}: let
pname = "trevstack";
version = "0.0.15";
version = "0.0.17";
supportedSystems = [
"x86_64-linux"
@ -99,7 +99,7 @@
pname = "${pname}-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-nLo/vpRhKjugCGZ7JrxCYtMGv3X6FgLB9x8baYvKnv8=";
npmDepsHash = "sha256-I9Za0f5NKcBBZPqT4F9OWnDEXuiM1ZZk1VNkRM0nb/U=";
nodejs = pkgs.nodejs_22;
installPhase = ''