3 # Required based on 'go' directive in go.mod,
4 # remove when Go in nixpkgs defaults to 1.23 or later.
13 src = fetchFromGitHub {
17 hash = "sha256-RtFa7k+tw0hyf7bYm51aIxptaD4uOH6/3WDjeoWEEKA=";
20 vendorHash = "sha256-57YbYDvRYOzQATEFpAuGzQzOYNY8n5LUrcu8jhjSiNI=";
24 "-X main.Version=${version}"
28 homepage = "https://github.com/slok/agebox";
29 changelog = "https://github.com/slok/agebox/releases/tag/v${version}";
30 description = "Age based repository file encryption gitops tool";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ lesuisse ];
33 mainProgram = "agebox";