Merge pull request #84982 from endocrimes/nomad-0.11.x

nomad: 0.10.5 -> 0.11.0
This commit is contained in:
Mario Rodas 2020-04-11 13:14:36 -05:00 committed by GitHub
commit f5867d86fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "nomad";
version = "0.10.5";
version = "0.11.0";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/nomad";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = pname;
inherit rev;
sha256 = "0i9104anf3qaydm1izlwrzvpzizd6p1zy651hsynscnnxa56cmyk";
sha256 = "0jg7h52wlgd2aslx13fs97j3b8g5xfgil3p2jsc4j95l7lmqn7bv";
};
# ui:

View File

@ -5393,9 +5393,7 @@ in
noip = callPackage ../tools/networking/noip { };
nomad = callPackage ../applications/networking/cluster/nomad {
buildGoPackage = buildGo112Package;
};
nomad = callPackage ../applications/networking/cluster/nomad { };
notable = callPackage ../applications/misc/notable { };