Merge pull request #18412 from rushmorem/nomad-update

nomad: v0.4.0 -> v0.4.1
This commit is contained in:
Rushmore Mushambi 2016-09-08 01:21:28 +02:00 committed by GitHub
commit 4af2d12ec2

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "nomad-${version}"; name = "nomad-${version}";
version = "0.4.0"; version = "0.4.1";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/hashicorp/nomad"; goPackagePath = "github.com/hashicorp/nomad";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "hashicorp"; owner = "hashicorp";
repo = "nomad"; repo = "nomad";
inherit rev; inherit rev;
sha256 = "0c6qrprb33fb3y4d1xn3df0nvh0hsnqccq6xaab0jb40cbz3048p"; sha256 = "093nljhibphhccjwxkylbvlc8dh8g2js36mlxxdh9nh21b3mghcs";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {