2 Commits

Author SHA1 Message Date
9fa5818860 bump: v0.0.40 -> v0.0.41
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
2025-05-17 01:56:26 -04:00
77859b3d94 fix: don't use repo for name
Some checks failed
Check / check (push) Failing after 0s
2025-05-17 01:54:56 -04:00
5 changed files with 10 additions and 10 deletions

View File

@ -106,9 +106,9 @@ jobs:
- name: Build & Load Images
run: |
nix build .#${REPOSITORY}-linux-amd64-image && ./result | docker load
nix build .#${REPOSITORY}-linux-arm64-image && ./result | docker load
nix build .#${REPOSITORY}-linux-arm-image && ./result | docker load
nix build .#trevstack-linux-amd64-image && ./result | docker load
nix build .#trevstack-linux-arm64-image && ./result | docker load
nix build .#trevstack-linux-arm-image && ./result | docker load
- name: Push Images
run: |

View File

@ -1,12 +1,12 @@
{
"name": "trevstack",
"version": "0.0.40",
"version": "0.0.41",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "trevstack",
"version": "0.0.40",
"version": "0.0.41",
"devDependencies": {
"@bufbuild/protovalidate": "^0.1.1",
"@connectrpc/connect": "^2.0.2",

View File

@ -1,7 +1,7 @@
{
"name": "trevstack",
"private": true,
"version": "0.0.40",
"version": "0.0.41",
"type": "module",
"scripts": {
"dev": "vite dev",

View File

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

View File

@ -3,7 +3,7 @@ servers:
- url: /grpc
info:
title: Trevstack API
version: 0.0.40
version: 0.0.41
description: API for Trevstack
contact:
name: Trev