nomad: 0.5.5 -> 0.5.6

This commit is contained in:
hectorj 2017-07-17 22:07:50 +02:00 committed by Robin Gloster
parent b4387e7c2f
commit d07bf424a9

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "nomad-${version}";
version = "0.5.5";
version = "0.5.6";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/nomad";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "nomad";
inherit rev;
sha256 = "17xq88ymm77b6y27l4v49i9hm6yjyrk61rdb2v7nvn8fa4bn6b65";
sha256 = "1ivxsrg8s5fcyhngf8wlrqw6j7s2iggbf9xkr8jnd80cxbcpnksl";
};
meta = with stdenv.lib; {