summary refs log tree commit diff
path: root/pkgs/servers/consul
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-11-30 18:03:36 -0500
committertechknowlogick <techknowlogick@gitea.io>2022-11-30 18:03:36 -0500
commitabe292637f91e3ab144ece6aeff809c8af33d67d (patch)
treee177ecec6df684cdd1ac6f8ee7ad2e25d6d7b8e5 /pkgs/servers/consul
parente371f83543c611b119ce9bdc2edf3922e7512442 (diff)
downloadnixpkgs-abe292637f91e3ab144ece6aeff809c8af33d67d.tar
nixpkgs-abe292637f91e3ab144ece6aeff809c8af33d67d.tar.gz
nixpkgs-abe292637f91e3ab144ece6aeff809c8af33d67d.tar.bz2
nixpkgs-abe292637f91e3ab144ece6aeff809c8af33d67d.tar.lz
nixpkgs-abe292637f91e3ab144ece6aeff809c8af33d67d.tar.xz
nixpkgs-abe292637f91e3ab144ece6aeff809c8af33d67d.tar.zst
nixpkgs-abe292637f91e3ab144ece6aeff809c8af33d67d.zip
consul: 1.14.1 -> 1.14.2
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 c91d00e8a7e..1f454f9edf1 100644
--- a/pkgs/servers/consul/default.nix
+++ b/pkgs/servers/consul/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "consul";
-  version = "1.14.1";
+  version = "1.14.2";
   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-iitwWFtgz4juqNFa6d6c+OzVo227gOOyWSwz+4cDgsc=";
+    sha256 = "sha256-fSEQZ+F3b8l1F/80A4hDPHE7kZMPARQXt/PJg/m4Srw=";
   };
 
   passthru.tests.consul = nixosTests.consul;
@@ -26,7 +26,7 @@ buildGoModule rec {
   # has a split module structure in one repo
   subPackages = ["." "connect/certgen"];
 
-  vendorSha256 = "sha256-hECWi+jWfrmIqzsWQSoWxohGbF9Hcg2ZkBHBaTrjK+U=";
+  vendorSha256 = "sha256-4tidE6LKYhi8ilM08Rn3F5snhxebdgOOeSrIIkXZ384=";
 
   doCheck = false;