Merge pull request #257601 from fabaff/tgpt-bump

tgpt: 1.8.0 -> 1.9.0
This commit is contained in:
Fabian Affolter 2023-09-27 12:41:54 +02:00 committed by GitHub
commit fc78a0089a
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.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "tgpt";
rev = "refs/tags/v${version}";
hash = "sha256-fVDwKNj4XHMWP30f4ASKQ3m5stlQJ/6zOCwVhUfP39c=";
hash = "sha256-kmQvKqrELCL6UdyV8yrwrnjlSYLYIx/SBTKVsqcLng4=";
};
vendorHash = "sha256-2I5JJWxM6aZx0eZu7taUTL11Y/5HIrXYC5aezrTbbsM=";