summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2022-04-14 14:05:44 +0200
committerGitHub <noreply@github.com>2022-04-14 14:05:44 +0200
commit32fa86c4311ab776e42f351a3c7b287af72c6dfe (patch)
tree9e2055a1765fb4d0c38e502776d565bd397ab49a /pkgs
parent45107d17016375638d40a8f358d8633d886312ba (diff)
parent5ddc4f5f1677ef94f632803b5ea141dfceda8f17 (diff)
downloadnixpkgs-32fa86c4311ab776e42f351a3c7b287af72c6dfe.tar
nixpkgs-32fa86c4311ab776e42f351a3c7b287af72c6dfe.tar.gz
nixpkgs-32fa86c4311ab776e42f351a3c7b287af72c6dfe.tar.bz2
nixpkgs-32fa86c4311ab776e42f351a3c7b287af72c6dfe.tar.lz
nixpkgs-32fa86c4311ab776e42f351a3c7b287af72c6dfe.tar.xz
nixpkgs-32fa86c4311ab776e42f351a3c7b287af72c6dfe.tar.zst
nixpkgs-32fa86c4311ab776e42f351a3c7b287af72c6dfe.zip
Merge pull request #168563 from techknowlogick/bump-consul
consul: 1.11.4 -> 1.11.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/consul/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/consul/default.nix b/pkgs/servers/consul/default.nix
index 240769bfe09..8eead6fd53a 100644
--- a/pkgs/servers/consul/default.nix
+++ b/pkgs/servers/consul/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "consul";
-  version = "1.11.4";
+  version = "1.11.5";
   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 = "sha256-dQwJ3HzzYxolGrjgHXBElDZO65uXJKEv8UH5sYZ4swc=";
+    sha256 = "sha256-3eZoRhPxPp2Yu7jR72j1nHRJ0k/oEtYbMDCR5pB9r54=";
   };
 
   passthru.tests.consul = nixosTests.consul;
@@ -26,7 +26,7 @@ buildGoModule rec {
   # has a split module structure in one repo
   subPackages = ["." "connect/certgen"];
 
-  vendorSha256 = "sha256-VB7agtH6V7mJU689bFXuhi82qqzGxY16vFOPFBd/DQc=";
+  vendorSha256 = "sha256-fgqIINd0kfzzVu4EhTuLoQN64WJyjvVWxryp93yUIac=";
 
   doCheck = false;