bump: v0.0.14 -> v0.0.15

This commit is contained in:
2025-04-16 04:44:40 -04:00
parent cdbb7e2c4d
commit dbcb719166
3 changed files with 5 additions and 5 deletions

View File

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