Skip to content

Commit

Permalink
nomad: 0.5.6 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorj authored and fpletz committed Jul 28, 2017
1 parent a918521 commit 43f23e4
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 {
name = "nomad-${version}";
version = "0.5.6";
version = "0.6.0";
rev = "v${version}";

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

meta = with stdenv.lib; {
Expand Down

0 comments on commit 43f23e4

Please sign in to comment.