From c024d24d4f761d63ce8885e068609b0fc2227d2d Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sat, 21 Nov 2020 18:37:18 +0000 Subject: consul: 1.8.5 -> 1.8.6 --- pkgs/servers/consul/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/servers/consul') diff --git a/pkgs/servers/consul/default.nix b/pkgs/servers/consul/default.nix index 8912ce84788..eef9054ae70 100644 --- a/pkgs/servers/consul/default.nix +++ b/pkgs/servers/consul/default.nix @@ -2,7 +2,7 @@ buildGoModule rec { pname = "consul"; - version = "1.8.5"; + version = "1.8.6"; rev = "v${version}"; # Note: Currently only release tags are supported, because they have the Consul UI @@ -17,7 +17,7 @@ buildGoModule rec { owner = "hashicorp"; repo = pname; inherit rev; - sha256 = "1cf3zvb3xh97hz5hav9f1q3b22lwryw6a7gcmm7cphk6bdrdiva5"; + sha256 = "1jrvh4khxr12dzmsyfn8ch26rlk4cd65fqafsr7prjjbbjnpmgck"; }; passthru.tests.consul = nixosTests.consul; -- cgit 1.4.1