bump: v0.0.15 -> v0.0.16

This commit is contained in:
2025-04-16 05:21:56 -04:00
parent dbcb719166
commit f18107f9c4
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
...
}: let
pname = "trevstack";
version = "0.0.15";
version = "0.0.16";
supportedSystems = [
"x86_64-linux"
@ -90,7 +90,7 @@
pname = "${pname}-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-nLo/vpRhKjugCGZ7JrxCYtMGv3X6FgLB9x8baYvKnv8=";
npmDepsHash = "sha256-RHUgfR4t47rktX0AwyjRf1MxcZImfKswzObktlSErfE=";
nodejs = pkgs.nodejs_22;
installPhase = ''