mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
Merge pull request #316247 from jaen/fix-nomad-versioning
nomad: fix versioning for 1.8
This commit is contained in:
commit
69d5a72b60
@ -81,6 +81,18 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nomad_1_7 = generic {
|
nomad_1_7 = generic {
|
||||||
|
buildGoModule = buildGo121Module;
|
||||||
|
version = "1.7.7";
|
||||||
|
sha256 = "sha256-4nuRheidR6rIoytrnDQdIP69f+sBLJ3Ias5DvqVaLFc=";
|
||||||
|
vendorHash = "sha256-ZuaD8iDsT+/eW0QUavf485R804Jtjl76NcQWYHA8QII=";
|
||||||
|
license = lib.licenses.bsl11;
|
||||||
|
passthru.tests.nomad = nixosTests.nomad;
|
||||||
|
preCheck = ''
|
||||||
|
export PATH="$PATH:$NIX_BUILD_TOP/go/bin"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
nomad_1_8 = generic {
|
||||||
buildGoModule = buildGo121Module;
|
buildGoModule = buildGo121Module;
|
||||||
version = "1.8.0";
|
version = "1.8.0";
|
||||||
sha256 = "sha256-j/9wvnxYhv6h344904cO2Fi6pNeSV5IfcqS4mSjDqpo=";
|
sha256 = "sha256-j/9wvnxYhv6h344904cO2Fi6pNeSV5IfcqS4mSjDqpo=";
|
||||||
|
@ -10936,6 +10936,7 @@ with pkgs;
|
|||||||
nomad_1_5
|
nomad_1_5
|
||||||
nomad_1_6
|
nomad_1_6
|
||||||
nomad_1_7
|
nomad_1_7
|
||||||
|
nomad_1_8
|
||||||
;
|
;
|
||||||
|
|
||||||
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };
|
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };
|
||||||
|
Loading…
Reference in New Issue
Block a user