bump: v0.0.29 -> v0.0.30
All checks were successful
Check / check (push) Has been skipped
Release / check (push) Successful in 1m29s
Release / release (push) Successful in 3m21s
Release / package (push) Successful in 1m35s

This commit is contained in:
2025-05-14 07:12:08 -04:00
parent fd9abb948a
commit 58498c87af
4 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@
...
}: let
pname = "trevstack";
version = "0.0.29";
version = "0.0.30";
build-systems = [
"x86_64-linux"
@ -127,7 +127,7 @@
pname = "check-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-1Af4eOcvYIL6Y/gGn8PYaYAwPds/NOtSvyU13ByUH4A=";
npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U=";
dontNpmInstall = true;
buildPhase = ''
@ -190,7 +190,7 @@
client = pkgs.buildNpmPackage {
inherit pname version;
src = ./client;
npmDepsHash = "sha256-1Af4eOcvYIL6Y/gGn8PYaYAwPds/NOtSvyU13ByUH4A=";
npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U=";
installPhase = ''
cp -r build "$out"