Skip to content

Commit

Permalink
Merge pull request NixOS#91769 from maxeaubrey/nomad_20.03_0.10.5
Browse files Browse the repository at this point in the history
[20.03] nomad: 0.10.2 -> 0.10.5
  • Loading branch information
srhb committed Jun 29, 2020
2 parents 17e83aa + 9e30519 commit 244286e
Showing 1 changed file with 2 additions and 2 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.2";
version = "0.10.5";
rev = "v${version}";

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

# ui:
Expand Down

0 comments on commit 244286e

Please sign in to comment.