nomad_1_4: init at 1.4.0

This commit is contained in:
techknowlogick 2022-10-05 23:29:24 -04:00
parent 19b7aae977
commit 801293d6ea
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{ callPackage
, buildGoModule
}:
callPackage ./generic.nix {
inherit buildGoModule;
version = "1.4.0";
sha256 = "sha256-iAAnXhJdfgBsuBsuIkFQB4AbTplX3HJuf5HfUGAUEeM=";
vendorSha256 = "sha256-kfT2UGC8Wl7CM9lOU75UqKc0/O1okGCoGDpmQntakbU=";
}

View File

@ -9400,6 +9400,9 @@ with pkgs;
nomad_1_3 = callPackage ../applications/networking/cluster/nomad/1.3.nix {
buildGoModule = buildGo119Module;
};
nomad_1_4 = callPackage ../applications/networking/cluster/nomad/1.4.nix {
buildGoModule = buildGo119Module;
};
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };