Merge pull request #250326 from fabaff/tgpt-bump

tgpt: 1.7.1 -> 1.7.2
This commit is contained in:
Matthias Beyer
2023-08-20 14:55:00 +02:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tgpt";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "tgpt";
rev = "refs/tags/v${version}";
hash = "sha256-WJYSipaq3lL5NscfQQCxuX5maprn9Z3LSQ0Dkn9edKo=";
hash = "sha256-e1OPDhZuRbm6DqvmB1ZiXVRSnjaZEFi2gSIMnfIIHKE=";
};
vendorHash = "sha256-2I5JJWxM6aZx0eZu7taUTL11Y/5HIrXYC5aezrTbbsM=";