tgpt: 2.9.3 -> 2.9.4

This commit is contained in:
R. Ryantm 2025-04-12 13:59:42 +00:00
parent 44060c6fc4
commit 678d9c66ca

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "tgpt";
version = "2.9.3";
version = "2.9.4";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "tgpt";
tag = "v${version}";
hash = "sha256-6gUHTQfvGD1hIKrPWQrSr7kWL7GeuJXY7BY1gaAxHUw=";
hash = "sha256-FCc1D/q+8i/ZFZDgtBoMpF+GEnHne4M5bazJWnF5GbE=";
};
vendorHash = "sha256-hPbvzhYHOxytQs3NkSVaZhFH0TbOlr4U/QiH+vemTrc=";