From 0604af9212c17974a15eabecbfcbc6fb2088c266 Mon Sep 17 00:00:00 2001 From: rushmorem Date: Thu, 30 Jun 2016 20:22:35 +0200 Subject: [PATCH] nomad: 0.3.2 -> 0.4.0 --- pkgs/applications/networking/cluster/nomad/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix index b718447e8f8..4ca54811ce8 100644 --- a/pkgs/applications/networking/cluster/nomad/default.nix +++ b/pkgs/applications/networking/cluster/nomad/default.nix @@ -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 ]; }; }