10 src = fetchFromGitHub {
11 owner = "koki-develop";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-QIC3SvuCu8HIwxieNnSsbBa8nTL5aL46eUDpti2gmJU=";
17 vendorHash = "sha256-xLoLLn9lsEZ+SjIbVRzhwM9mXkltfA0Zoiz1T7hpTEc=";
24 "-X github.com/koki-develop/gat/cmd.version=v${version}"
28 description = "Cat alternative written in Go";
29 license = licenses.mit;
30 homepage = "https://github.com/koki-develop/gat";
31 maintainers = with maintainers; [ themaxmur ];