summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nomad/default.nix
diff options
context:
space:
mode:
authorrushmorem <rushmore@webenchanter.com>2016-06-30 20:22:35 +0200
committerrushmorem <rushmore@webenchanter.com>2016-06-30 20:30:22 +0200
commit0604af9212c17974a15eabecbfcbc6fb2088c266 (patch)
tree6ad5651fa87a3527469f943677ba0c80491ffbb4 /pkgs/applications/networking/cluster/nomad/default.nix
parentcb3d2d05263ba1c3a08362d22b39950c0ad91b90 (diff)
downloadnixpkgs-0604af9212c17974a15eabecbfcbc6fb2088c266.tar
nixpkgs-0604af9212c17974a15eabecbfcbc6fb2088c266.tar.gz
nixpkgs-0604af9212c17974a15eabecbfcbc6fb2088c266.tar.bz2
nixpkgs-0604af9212c17974a15eabecbfcbc6fb2088c266.tar.lz
nixpkgs-0604af9212c17974a15eabecbfcbc6fb2088c266.tar.xz
nixpkgs-0604af9212c17974a15eabecbfcbc6fb2088c266.tar.zst
nixpkgs-0604af9212c17974a15eabecbfcbc6fb2088c266.zip
nomad: 0.3.2 -> 0.4.0
Diffstat (limited to 'pkgs/applications/networking/cluster/nomad/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix6
1 files 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 ];
   };
 }