From de94bb432f0d9ae4bdd45ab334bf8cb86243c97d Mon Sep 17 00:00:00 2001 From: Maxine Aubrey Date: Sun, 13 Dec 2020 15:06:19 +0100 Subject: [PATCH] nomad_0_11: 0.11.7 -> 0.11.8 --- pkgs/applications/networking/cluster/nomad/0.11.nix | 4 ++-- 1 file 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 6487a2edd7f..2fd7c0403a3 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"; }