nomad: 0.7.1 -> 0.8.6

This commit is contained in:
zimbatm 2019-01-10 11:35:02 +01:00
parent 829ada37bf
commit c9c1e88dbb
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

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