Merge pull request #288084 from TornaxO7/bump-gtt

gtt: 8 -> 9
This commit is contained in:
Weijia Wang 2024-02-11 23:15:42 +01:00 committed by GitHub
commit a5de70b719
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildGoModule rec { buildGoModule rec {
pname = "gtt"; pname = "gtt";
version = "8"; version = "9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eeeXun"; owner = "eeeXun";
repo = "gtt"; repo = "gtt";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-HC1cz2CAjyuirzhn720RD9P0gFjtP+Dh1jTniDCWBz8="; hash = "sha256-WDuQ8daKA8Skto4soG9L4ChkYzV18BwVZh+AbyDyXYs=";
}; };
vendorHash = "sha256-5Uwi1apowHoUtvkSgmUV9WbfpVQFTqJ9GA2sRnC5nFw="; vendorHash = "sha256-5Uwi1apowHoUtvkSgmUV9WbfpVQFTqJ9GA2sRnC5nFw=";