Fabian Affolter
2025-04-03 08:34:46 +02:00
parent 5115ec98d5
commit e2e1994b7b
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "tgpt";
version = "2.9.2";
version = "2.9.3";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "tgpt";
tag = "v${version}";
hash = "sha256-LE6wwGEsqI/wfD21FiLpEo5fc7V0uGkN+hUPeAXCOZE=";
hash = "sha256-6gUHTQfvGD1hIKrPWQrSr7kWL7GeuJXY7BY1gaAxHUw=";
};
vendorHash = "sha256-hPbvzhYHOxytQs3NkSVaZhFH0TbOlr4U/QiH+vemTrc=";