tgpt: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm 2025-02-17 06:54:56 +00:00
parent 557cff025b
commit 9034439204

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tgpt";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "tgpt";
tag = "v${version}";
hash = "sha256-8R6rb4GvSf4nw78Yxcuh9Vct/qUTkQNatRolT1m7JR4=";
hash = "sha256-6kJwJedFnALP4hpoaQ5DR/zN1KijgwFpYSBb1o+XCHw=";
};
vendorHash = "sha256-HObEC0SqSHJOgiJxlniN4yJ3U8ksv1HeiMhtOiZRq50=";
vendorHash = "sha256-hPbvzhYHOxytQs3NkSVaZhFH0TbOlr4U/QiH+vemTrc=";
ldflags = [
"-s"