nomad_1_5: init

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-04-16 11:06:02 +02:00
parent 5e871d8aa6
commit fcd547d4a6
No known key found for this signature in database
GPG Key ID: 08D5287CC5DDCA0E
2 changed files with 12 additions and 0 deletions

View File

@ -67,4 +67,15 @@ rec {
vendorSha256 = "sha256-05BhKF6kx0wbu74cidpTFhUN668R/AxV6qWmchCm/WE=";
passthru.tests.nomad = nixosTests.nomad;
};
nomad_1_5 = generic {
buildGoModule = buildGo120Module;
version = "1.5.6";
sha256 = "sha256-eFzGaTJ9BcK5F10lkTKB3sNaGZsmZ0BbPZI6kT5ZUpo=";
vendorSha256 = "sha256-tOUQr44wUhhCccvj4dCI7fvLMrKaEX7xY7035Q3wU3M=";
passthru.tests.nomad = nixosTests.nomad;
preCheck = ''
export PATH="$PATH:/build/go/bin"
'';
};
}

View File

@ -10485,6 +10485,7 @@ with pkgs;
nomad_1_2
nomad_1_3
nomad_1_4
nomad_1_5
;
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };