diff --git a/FyneApp.toml b/FyneApp.toml index 218b07a..ebf3dbe 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -6,3 +6,4 @@ Website = "https://github.com/qbit/traygent" ID = "dev.suah.traygent" Version = "1.0.8" Build = 1 + diff --git a/flake.nix b/flake.nix index 402442b..230f69b 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ traygent = with pkgs; buildGoModule rec { pname = "traygent"; - version = "v${verStr}"; + version = verStr.Details.Version; src = ./.; vendorHash = "sha256-rYLUBRX0m9sCihu6EhakiC1jAzp6NAY7oLaSSKwNqhU=";