Skip to content

Commit

Permalink
nomad: 0.10.2 -> 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amaxine committed Jun 29, 2020
1 parent f82e9b8 commit 9e30519
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 9e30519

Please sign in to comment.