Merge pull request #259140 from fabaff/tgpt-bump

tgpt: 1.9.0 -> 1.10.0
This commit is contained in:
Fabian Affolter 2023-10-05 17:26:07 +02:00 committed by GitHub
commit 29b8c3c8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tgpt";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "tgpt";
rev = "refs/tags/v${version}";
hash = "sha256-kmQvKqrELCL6UdyV8yrwrnjlSYLYIx/SBTKVsqcLng4=";
hash = "sha256-AnGll0BjvR7xUWGn25M4nz4PIJAscl6Sh0pTn1102h8=";
};
vendorHash = "sha256-2I5JJWxM6aZx0eZu7taUTL11Y/5HIrXYC5aezrTbbsM=";