11 src = fetchFromGitHub {
15 sha256 = "sha256-dw6sueC1qibJYc6sbZX8HJlEf9R6O8dlE1aobw70UHw=";
18 vendorHash = "sha256-BKYJ9FZXKpFwK3+mrZAXRkfitSY9jeOLLeC0BOsKc/A=";
20 # skip running go tests as they require network access
23 doInstallCheck = true;
24 installCheckPhase = ''
25 runHook preInstallCheck
26 $out/bin/nomad-pack --version
27 runHook postInstallCheck
31 homepage = "https://github.com/hashicorp/nomad-pack";
32 changelog = "https://github.com/hashicorp/nomad-pack/blob/main/CHANGELOG.md";
33 description = "Nomad Pack is a templating and packaging tool used with HashiCorp Nomad";
34 license = licenses.mpl20;
35 maintainers = with maintainers; [ techknowlogick ];