summary refs log tree commit diff
path: root/pkgs/servers/consul
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-04-16 17:00:32 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-04-16 17:00:32 +0200
commit850d64142ea52145e2c37faeb7370ea544f13ce2 (patch)
tree0be7540c93cda2175826505e28b803e0fd4ff9ca /pkgs/servers/consul
parent2461d457722bd10868e1b056e6b3b4dc43191ec6 (diff)
downloadnixpkgs-850d64142ea52145e2c37faeb7370ea544f13ce2.tar
nixpkgs-850d64142ea52145e2c37faeb7370ea544f13ce2.tar.gz
nixpkgs-850d64142ea52145e2c37faeb7370ea544f13ce2.tar.bz2
nixpkgs-850d64142ea52145e2c37faeb7370ea544f13ce2.tar.lz
nixpkgs-850d64142ea52145e2c37faeb7370ea544f13ce2.tar.xz
nixpkgs-850d64142ea52145e2c37faeb7370ea544f13ce2.tar.zst
nixpkgs-850d64142ea52145e2c37faeb7370ea544f13ce2.zip
consul: 1.9.4 -> 1.9.5
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 cc00f4cf0ce..fd1b14e6158 100644
--- a/pkgs/servers/consul/default.nix
+++ b/pkgs/servers/consul/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "consul";
-  version = "1.9.4";
+  version = "1.9.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 = "1ck55i8snpm583p21y1hac0w76wiwyjpgfxkzscd4whp2jnzhhif";
+    sha256 = "sha256-CKezHuCbL1I79gDz7ZQiSgPbSXo0NtssQro2MqqmeXw=";
   };
 
   passthru.tests.consul = nixosTests.consul;
@@ -26,7 +26,7 @@ buildGoModule rec {
   # has a split module structure in one repo
   subPackages = ["." "connect/certgen"];
 
-  vendorSha256 = "0y744zpj49zvn5vqqb9wmfs1fs0lir71h2kcmhidmn9j132vg1bq";
+  vendorSha256 = "sha256-YqrW3PeFv1Y6lmjVmMMP0SZao57iPqfut3a1afIWkI0=";
 
   doCheck = false;