bump: v0.0.12 -> v0.0.13

This commit is contained in:
2025-04-16 03:41:47 -04:00
parent c2778f175f
commit b466f5cfb0
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
...
}: let
pname = "trevstack";
version = "0.0.12";
version = "0.0.13";
supportedSystems = [
"x86_64-linux"
@ -104,7 +104,7 @@
trevstack = pkgs.buildGoModule {
inherit trevstack-client pname version;
src = ./server;
vendorHash = "sha256-yU+d3bKpMYVkZ9Etqe3cSDtFqswZYZK01d6vxDt/a5U=";
vendorHash = "sha256-lVsyKV8W9ViqWzNmlbu5LRQ/tA6H8UOF1Qw4f2EfhiU=";
preBuild = ''
cp -r ${trevstack-client} client