summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaxine [they] <35892750+maxeaubrey@users.noreply.github.com>2021-10-04 21:53:16 +0200
committerGitHub <noreply@github.com>2021-10-04 21:53:16 +0200
commitd432fcbf37034ba102197d6e0756e972600bdbe2 (patch)
tree50d52c414298a055226d31425906e28935ea7b12 /pkgs
parent25da0b3bbbeb703285a493c0773dcccf3d46009b (diff)
parent804882231632fd3919ef997c904b2a3646ae5187 (diff)
downloadnixpkgs-d432fcbf37034ba102197d6e0756e972600bdbe2.tar
nixpkgs-d432fcbf37034ba102197d6e0756e972600bdbe2.tar.gz
nixpkgs-d432fcbf37034ba102197d6e0756e972600bdbe2.tar.bz2
nixpkgs-d432fcbf37034ba102197d6e0756e972600bdbe2.tar.lz
nixpkgs-d432fcbf37034ba102197d6e0756e972600bdbe2.tar.xz
nixpkgs-d432fcbf37034ba102197d6e0756e972600bdbe2.tar.zst
nixpkgs-d432fcbf37034ba102197d6e0756e972600bdbe2.zip
Merge pull request #140509 from jonringer/bump-consul
consul: 1.10.2 -> 1.10.3
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 be6259e9559..bf75eb4d3a5 100644
--- a/pkgs/servers/consul/default.nix
+++ b/pkgs/servers/consul/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "consul";
-  version = "1.10.2";
+  version = "1.10.3";
   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-mA/s3J0ylE3C3IGaYfadeZV6PQ5Ooth6iQ4JEgPl44Q=";
+    sha256 = "sha256-Jn8cF+8Wf4zZ/PFXvjCGpomSa/DvraBGW0LsZQ+Zy+4=";
   };
 
   passthru.tests.consul = nixosTests.consul;
@@ -26,7 +26,7 @@ buildGoModule rec {
   # has a split module structure in one repo
   subPackages = ["." "connect/certgen"];
 
-  vendorSha256 = "sha256-MWQ1m2nvKdP8ZCDs0sjZCiW4DSGe3NnVl4sQ448cu5M=";
+  vendorSha256 = "sha256-cQP1po9LGunFVocl4+HPs67oae2KpgyfRRB+xGVySUY=";
 
   doCheck = false;