nomad_1_9: init at 1.9.0

This commit is contained in:
Cottand 2024-10-16 22:52:51 +01:00
parent f8c22cfca5
commit 4d47e0592a
2 changed files with 14 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, buildGo122Module
, buildGo123Module
, fetchFromGitHub
, nixosTests
, installShellFiles
@ -85,4 +86,16 @@ rec {
export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
'';
};
nomad_1_9 = generic {
buildGoModule = buildGo123Module;
version = "1.9.0";
sha256 = "sha256-MJNPYSH3KsRmGQeOcWw4VvDeFGinfsyGSo4q3OdOZo8=";
vendorHash = "sha256-Ss/qwQ14VUu40nXaIgTfNuj95ekTTVrY+zcStFDSCyI=";
license = lib.licenses.bsl11;
passthru.tests.nomad = nixosTests.nomad;
preCheck = ''
export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
'';
};
}

View File

@ -10375,6 +10375,7 @@ with pkgs;
nomad_1_6
nomad_1_7
nomad_1_8
nomad_1_9
;
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };