Fabian Affolter 2023-08-10 00:01:28 +02:00
parent bc078be035
commit c1d7d4315b

View File

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