Fabian Affolter
2023-09-27 08:33:44 +00:00
parent 42c4d51f91
commit e167e63e6f
+2 -2
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=";