nomad: 0.3.2 -> 0.4.0

This commit is contained in:
rushmorem 2016-06-30 20:22:35 +02:00
parent cb3d2d0526
commit 0604af9212

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "nomad-${version}";
version = "0.3.2";
version = "0.4.0";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/nomad";
@ -12,14 +12,14 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "nomad";
inherit rev;
sha256 = "1m2pdragpzrq0xbmnba039iiyhb16wirj3n1s52z5r8r0mr7drai";
sha256 = "0c6qrprb33fb3y4d1xn3df0nvh0hsnqccq6xaab0jb40cbz3048p";
};
meta = with stdenv.lib; {
homepage = https://www.nomadproject.io/;
license = licenses.mpl20;
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
platforms = platforms.linux;
license = licenses.mpl20;
maintainers = with maintainers; [ rushmorem ];
};
}