Merge pull request #272973 from Cottand/nomad-17

nomad_1_7: init at 1.7.1
This commit is contained in:
maxine 2023-12-10 19:38:08 +01:00 committed by GitHub
commit cfe951f8fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -83,4 +83,15 @@ rec {
export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
'';
};
nomad_1_7 = generic {
buildGoModule = buildGo121Module;
version = "1.7.1";
sha256 = "sha256-dlKlpgQRug/72UmIogOkKNGBT3sPjgGVVuvzHZ4vh3c=";
vendorHash = "sha256-MZmhFdZZBkKZDgON1ewVm9Z9jZ1EULp/yMT9q6fCqIw=";
passthru.tests.nomad = nixosTests.nomad;
preCheck = ''
export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
'';
};
}

View File

@ -11252,6 +11252,7 @@ with pkgs;
nomad_1_4
nomad_1_5
nomad_1_6
nomad_1_7
;
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };