Merge pull request #226429 from MagicRB/master

nomad_1_5: init
This commit is contained in:
Dennis Gosnell
2023-06-19 07:29:34 +09:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -74,4 +74,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"
'';
};
}
+1
View File
@@ -10574,6 +10574,7 @@ with pkgs;
nomad_1_2
nomad_1_3
nomad_1_4
nomad_1_5
;
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };