tgpt: 2.7.2 -> 2.7.3

This commit is contained in:
R. Ryantm 2024-03-30 12:38:17 +00:00
parent b488f65e71
commit c6411f87ae
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tgpt";
version = "2.7.2";
version = "2.7.3";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "tgpt";
rev = "refs/tags/v${version}";
hash = "sha256-FbnweHiKfxqFegZnRlvdVbTmH4ImjddVOBlbGRT/SGw=";
hash = "sha256-tInbOCrGXZkyGrkXSppK7Qugh0E2CdjmybMeH49Wc5s=";
};
vendorHash = "sha256-docq/r6yyMPsuUyFbtCMaYfEVL0gLmyTy4PbrAemR00=";