summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2020-12-13 15:06:19 +0100
committerAlyssa Ross <hi@alyssa.is>2020-12-17 12:41:53 +0000
commitde94bb432f0d9ae4bdd45ab334bf8cb86243c97d (patch)
tree063802d4e4255fcc96332b785b0a589e6c33a435
parentca26ed4dc60c0304f155e0e08bcbbe4694d24085 (diff)
nomad_0_11: 0.11.7 -> 0.11.8
-rw-r--r--pkgs/applications/networking/cluster/nomad/0.11.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/0.11.nix b/pkgs/applications/networking/cluster/nomad/0.11.nix
index 6487a2edd7f6..2fd7c0403a3c 100644
--- a/pkgs/applications/networking/cluster/nomad/0.11.nix
+++ b/pkgs/applications/networking/cluster/nomad/0.11.nix
@@ -2,6 +2,6 @@
callPackage ./generic.nix {
inherit buildGoPackage;
- version = "0.11.7";
- sha256 = "sha256-wp1Je+I3iijD/pHHQtylMQhOiVhS6AT/y2/pUiLr0M4=";
+ version = "0.11.8";
+ sha256 = "1dhh07bifr02jh2lls8fv1d9ra67ymgh8qxqvpvm0cd0qdd469z1";
}