Merge pull request #35923 from ryantm/auto-update/nomad-0.6.2-to-0.7.1

nomad: 0.6.2 -> 0.7.1
This commit is contained in:
Jörg Thalheim 2018-03-04 06:48:42 +00:00 committed by GitHub
commit 4a28710d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "nomad-${version}";
version = "0.6.2";
version = "0.7.1";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/nomad";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "nomad";
inherit rev;
sha256 = "12bxqn7yldri5cwyxybd1lwg4c66mxd7g9syf54va5788c0hj8ij";
sha256 = "0hn80dqzxkwvk1zjk6px725mb2i3c06smqfj0yyjz96vgf7qbqy2";
};
meta = with stdenv.lib; {