bump: v0.0.21 -> v0.0.22

This commit is contained in:
2025-05-12 12:24:09 -04:00
parent 95ce559ff3
commit 20726c55d5
3 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@
...
}: let
pname = "trevstack";
version = "0.0.21";
version = "0.0.22";
build-systems = [
"x86_64-linux"
@ -126,7 +126,7 @@
pname = "check-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-whehBVA+ek65CmupS10rkACgDS0afJXOo3XPW5D3eeQ=";
npmDepsHash = "sha256-gs4QQYL54/WHexe+amBoyZqDfWXWROU97WnTIXiVsEY=";
dontNpmInstall = true;
buildPhase = ''
@ -188,7 +188,7 @@
client = pkgs.buildNpmPackage {
inherit pname version;
src = ./client;
npmDepsHash = "sha256-whehBVA+ek65CmupS10rkACgDS0afJXOo3XPW5D3eeQ=";
npmDepsHash = "sha256-gs4QQYL54/WHexe+amBoyZqDfWXWROU97WnTIXiVsEY=";
installPhase = ''
cp -r build "$out"