bump: v0.0.41 -> v0.0.42
Some checks failed
Check / check (push) Has been skipped
Release / check (push) Failing after 0s
Release / release (push) Has been skipped
Release / package (push) Has been skipped

This commit is contained in:
2025-05-17 02:07:27 -04:00
parent 7bf54bbd8c
commit 68dd90048f
4 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@
...
}: let
pname = "trevstack";
version = "0.0.41";
version = "0.0.42";
build-systems = [
"x86_64-linux"
@ -130,7 +130,7 @@
pname = "check-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-HFHk9ynhwLR8GQ76rGzN907eBkMCOVUMPc/0riRV46A=";
npmDepsHash = "sha256-mmKVf0hmLfI1cP76QuLNKFmjTV2Lf1TlbVIR/DULuWA=";
dontNpmInstall = true;
buildPhase = ''
@ -193,7 +193,7 @@
client = pkgs.buildNpmPackage {
inherit pname version;
src = ./client;
npmDepsHash = "sha256-HFHk9ynhwLR8GQ76rGzN907eBkMCOVUMPc/0riRV46A=";
npmDepsHash = "sha256-mmKVf0hmLfI1cP76QuLNKFmjTV2Lf1TlbVIR/DULuWA=";
installPhase = ''
cp -r build "$out"