about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorrushmorem <rushmore@webenchanter.com>2016-09-08 00:45:37 +0200
committerrushmorem <rushmore@webenchanter.com>2016-09-08 00:56:23 +0200
commitc6938be57c99c34860eda421a001cd6029b2d639 (patch)
treefa9dc9e1e3b44336b6f4cad9dd68dfd1f04d7cc6 /pkgs/applications/networking
parent51f81104f34ac6e96ab8dd46356d76d52922a0c1 (diff)
downloadnixlib-c6938be57c99c34860eda421a001cd6029b2d639.tar
nixlib-c6938be57c99c34860eda421a001cd6029b2d639.tar.gz
nixlib-c6938be57c99c34860eda421a001cd6029b2d639.tar.bz2
nixlib-c6938be57c99c34860eda421a001cd6029b2d639.tar.lz
nixlib-c6938be57c99c34860eda421a001cd6029b2d639.tar.xz
nixlib-c6938be57c99c34860eda421a001cd6029b2d639.tar.zst
nixlib-c6938be57c99c34860eda421a001cd6029b2d639.zip
nomad: v0.4.0 -> v0.4.1
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 4ca54811ce8b..fdb8e09d6a53 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.0";
+  version = "0.4.1";
   rev = "v${version}";
 
   goPackagePath = "github.com/hashicorp/nomad";
@@ -12,7 +12,7 @@ buildGoPackage rec {
     owner = "hashicorp";
     repo = "nomad";
     inherit rev;
-    sha256 = "0c6qrprb33fb3y4d1xn3df0nvh0hsnqccq6xaab0jb40cbz3048p";
+    sha256 = "093nljhibphhccjwxkylbvlc8dh8g2js36mlxxdh9nh21b3mghcs";
   };
 
   meta = with stdenv.lib; {