summary refs log tree commit diff
path: root/pkgs/servers/consul
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-10-04 10:07:34 -0700
committerJonathan Ringer <jonringer117@gmail.com>2021-10-04 10:07:34 -0700
commit804882231632fd3919ef997c904b2a3646ae5187 (patch)
treed9b800ac4cb9357261b60e1aa51ce2a8bff33082 /pkgs/servers/consul
parent2ba20b2080e9a0f79e1ba55780cfb5dd61c147ce (diff)
downloadnixpkgs-804882231632fd3919ef997c904b2a3646ae5187.tar
nixpkgs-804882231632fd3919ef997c904b2a3646ae5187.tar.gz
nixpkgs-804882231632fd3919ef997c904b2a3646ae5187.tar.bz2
nixpkgs-804882231632fd3919ef997c904b2a3646ae5187.tar.lz
nixpkgs-804882231632fd3919ef997c904b2a3646ae5187.tar.xz
nixpkgs-804882231632fd3919ef997c904b2a3646ae5187.tar.zst
nixpkgs-804882231632fd3919ef997c904b2a3646ae5187.zip
consul: 1.10.2 -> 1.10.3
Diffstat (limited to 'pkgs/servers/consul')
-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;