nomad_1_9: init at 1.9.0
This commit is contained in:
parent
f8c22cfca5
commit
4d47e0592a
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildGoModule
|
, buildGoModule
|
||||||
, buildGo122Module
|
, buildGo122Module
|
||||||
|
, buildGo123Module
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, nixosTests
|
, nixosTests
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
@ -85,4 +86,16 @@ rec {
|
|||||||
export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
|
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"
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -10375,6 +10375,7 @@ with pkgs;
|
|||||||
nomad_1_6
|
nomad_1_6
|
||||||
nomad_1_7
|
nomad_1_7
|
||||||
nomad_1_8
|
nomad_1_8
|
||||||
|
nomad_1_9
|
||||||
;
|
;
|
||||||
|
|
||||||
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };
|
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };
|
||||||
|
Loading…
Reference in New Issue
Block a user