fix version string

This commit is contained in:
Aaron Bieber 2024-08-26 10:25:43 -06:00
parent 3ab775da04
commit 912cb41798
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,4 @@ Website = "https://github.com/qbit/traygent"
ID = "dev.suah.traygent" ID = "dev.suah.traygent"
Version = "1.0.8" Version = "1.0.8"
Build = 1 Build = 1

View File

@ -19,7 +19,7 @@
traygent = with pkgs; traygent = with pkgs;
buildGoModule rec { buildGoModule rec {
pname = "traygent"; pname = "traygent";
version = "v${verStr}"; version = verStr.Details.Version;
src = ./.; src = ./.;
vendorHash = "sha256-rYLUBRX0m9sCihu6EhakiC1jAzp6NAY7oLaSSKwNqhU="; vendorHash = "sha256-rYLUBRX0m9sCihu6EhakiC1jAzp6NAY7oLaSSKwNqhU=";