Skip to content

Commit

Permalink
Merge pull request #84982 from endocrimes/nomad-0.11.x
Browse files Browse the repository at this point in the history
nomad: 0.10.5 -> 0.11.0
  • Loading branch information
marsam committed Apr 11, 2020
2 parents b9d3ce8 + 0642688 commit f5867d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/nomad/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "nomad";
version = "0.10.5";
version = "0.11.0";
rev = "v${version}";

goPackagePath = "github.com/hashicorp/nomad";
Expand All @@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = pname;
inherit rev;
sha256 = "0i9104anf3qaydm1izlwrzvpzizd6p1zy651hsynscnnxa56cmyk";
sha256 = "0jg7h52wlgd2aslx13fs97j3b8g5xfgil3p2jsc4j95l7lmqn7bv";
};

# ui:
Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit f5867d8

Please sign in to comment.