summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorPradeep Chhetri <pradeep.chhetri89@gmail.com>2017-01-31 00:56:27 +0530
committerPradeep Chhetri <pradeep.chhetri89@gmail.com>2017-01-31 00:56:27 +0530
commite8df68673ccc05ca617369a667cc0c1738444512 (patch)
treef98b4b5f362b182ceaddd16263e8eb57bf3c9918 /pkgs/applications/networking
parent49b136377a93391f8fb2c80b9d14852dd531bb6c (diff)
downloadnixlib-e8df68673ccc05ca617369a667cc0c1738444512.tar
nixlib-e8df68673ccc05ca617369a667cc0c1738444512.tar.gz
nixlib-e8df68673ccc05ca617369a667cc0c1738444512.tar.bz2
nixlib-e8df68673ccc05ca617369a667cc0c1738444512.tar.lz
nixlib-e8df68673ccc05ca617369a667cc0c1738444512.tar.xz
nixlib-e8df68673ccc05ca617369a667cc0c1738444512.tar.zst
nixlib-e8df68673ccc05ca617369a667cc0c1738444512.zip
nomad: 0.4.1 -> 0.5.3
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index fdb8e09d6a53..b5137c478459 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.4.1";
+  version = "0.5.3";
   rev = "v${version}";
 
   goPackagePath = "github.com/hashicorp/nomad";
@@ -12,7 +12,7 @@ buildGoPackage rec {
     owner = "hashicorp";
     repo = "nomad";
     inherit rev;
-    sha256 = "093nljhibphhccjwxkylbvlc8dh8g2js36mlxxdh9nh21b3mghcs";
+    sha256 = "06s4irjz7k5qp895hvwv68xmr6mdq8bv91vhgh6rmx58my8jb68b";
   };
 
   meta = with stdenv.lib; {