1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
10 rev = "refs/tags/v${version}";
11 hash = "sha256-BMZyq7fa57WaE0cSkGjHWxtEnbC7vEy+kLaHDoI/KZU=";
14 vendorHash = "sha256-uRB3atrJ+A1/xXvgmkyM/AKN+9VKSIDvsnPIdtsc3vc=";
17 description = "CLI for go text/template";
18 changelog = "https://github.com/coveooss/gotemplate/releases/tag/v${version}";
19 license = licenses.mit;
20 maintainers = with maintainers; [ giorgiga ];