nomad_1_7: init at 1.7.0

This commit is contained in:
Cottand
2023-12-08 18:43:34 +00:00
parent b45d2bf49d
commit 8959708ee6
2 changed files with 12 additions and 0 deletions
@@ -83,4 +83,15 @@ rec {
export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
'';
};
nomad_1_7 = generic {
buildGoModule = buildGo121Module;
version = "1.7.0";
sha256 = "sha256-7l7HBs5FymSTDXQzHCPpD35bFyz7zsA0ZnYiwTkd2Ts=";
vendorHash = "sha256-MZmhFdZZBkKZDgON1ewVm9Z9jZ1EULp/yMT9q6fCqIw=";
passthru.tests.nomad = nixosTests.nomad;
preCheck = ''
export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
'';
};
}
+1
View File
@@ -11242,6 +11242,7 @@ with pkgs;
nomad_1_4
nomad_1_5
nomad_1_6
nomad_1_7
;
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };