gtt: 9 -> 10 (#378867)

This commit is contained in:
Wolfgang Walther
2025-02-09 17:12:07 +01:00
committed by GitHub
+6 -6
View File
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "gtt";
version = "9";
version = "10";
src = fetchFromGitHub {
owner = "eeeXun";
repo = "gtt";
rev = "v${version}";
hash = "sha256-WDuQ8daKA8Skto4soG9L4ChkYzV18BwVZh+AbyDyXYs=";
hash = "sha256-ghdf8UQA+SfsBiD5bPrNZM8sPE+Xhbhn18iNl3xLh8c=";
};
vendorHash = "sha256-5Uwi1apowHoUtvkSgmUV9WbfpVQFTqJ9GA2sRnC5nFw=";
vendorHash = "sha256-6C+++HIVwOwOmlsdwXWF/ykyK9WOlq/ktIPjRslvllk=";
nativeBuildInputs = [
pkg-config
@@ -36,11 +36,11 @@ buildGoModule rec {
"-w"
];
meta = with lib; {
meta = {
description = "Google Translate TUI (Originally). Now support Apertium, Argos, Bing, ChatGPT, DeepL, Google, Reverso";
homepage = "https://github.com/eeeXun/gtt";
license = licenses.mit;
maintainers = with maintainers; [ linuxissuper ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ linuxissuper ];
mainProgram = "gtt";
};
}