about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDanielle Lancashire <dani@builds.terrible.systems>2019-07-31 10:50:24 +0200
committerDanielle Lancashire <dani@builds.terrible.systems>2019-07-31 10:50:24 +0200
commit4655b4957a8e2c76ed1df6906c0d59e6e59ee4f0 (patch)
tree86892583374df8bde904adc38f65908165d9f729
parent68c1171185547a0a18db37ad851575c4d481d61c (diff)
downloadnixlib-4655b4957a8e2c76ed1df6906c0d59e6e59ee4f0.tar
nixlib-4655b4957a8e2c76ed1df6906c0d59e6e59ee4f0.tar.gz
nixlib-4655b4957a8e2c76ed1df6906c0d59e6e59ee4f0.tar.bz2
nixlib-4655b4957a8e2c76ed1df6906c0d59e6e59ee4f0.tar.lz
nixlib-4655b4957a8e2c76ed1df6906c0d59e6e59ee4f0.tar.xz
nixlib-4655b4957a8e2c76ed1df6906c0d59e6e59ee4f0.tar.zst
nixlib-4655b4957a8e2c76ed1df6906c0d59e6e59ee4f0.zip
nomad: 0.9.3 -> 0.9.4
-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 63a127def7f5..fec737ddb2ae 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.9.3";
+  version = "0.9.4";
   rev = "v${version}";
 
   goPackagePath = "github.com/hashicorp/nomad";
@@ -12,7 +12,7 @@ buildGoPackage rec {
     owner = "hashicorp";
     repo = "nomad";
     inherit rev;
-    sha256 = "0hn9rr5v2y2pw0pmn27gz8dx5n964dsaf48sh0jhwc95b5q1rjwr";
+    sha256 = "1jgvnmmrz7ffpm6aamdrvklj94n7b43swk9cycqhlfbnzijianpn";
   };
 
   # We disable Nvidia GPU scheduling on Linux, as it doesn't work there: