bump: v0.0.33 -> v0.0.34
All checks were successful
Check / check (push) Has been skipped

This commit is contained in:
2025-05-16 18:38:32 -04:00
parent 32ac21afd2
commit d27ee1202b
4 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@
...
}: let
pname = "trevstack";
version = "0.0.33";
version = "0.0.34";
build-systems = [
"x86_64-linux"
@ -127,7 +127,7 @@
pname = "check-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-D+z/ElaZx6FIl7ZSCB7zzjZ3MsOWx6OiZIzrrVnegac=";
npmDepsHash = "sha256-F5DHJvvASnHh03Soa4L4jaDIC9LC9sUX0wDasYHcuDE=";
dontNpmInstall = true;
buildPhase = ''
@ -190,7 +190,7 @@
client = pkgs.buildNpmPackage {
inherit pname version;
src = ./client;
npmDepsHash = "sha256-D+z/ElaZx6FIl7ZSCB7zzjZ3MsOWx6OiZIzrrVnegac=";
npmDepsHash = "sha256-F5DHJvvASnHh03Soa4L4jaDIC9LC9sUX0wDasYHcuDE=";
installPhase = ''
cp -r build "$out"