Merge pull request #312647 from r-ryantm/auto-update/tgpt

tgpt: 2.7.3 -> 2.7.4
This commit is contained in:
Pol Dellaiera 2024-05-18 17:59:22 +02:00 committed by GitHub
commit fe32cd595c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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