diff options
author | Adam C. Stephens | 2024-08-30 18:21:21 -0400 |
---|---|---|
committer | GitHub | 2024-08-30 18:21:21 -0400 |
commit | 4fedd7f928e7747bcd790d235d24f803d5148e07 (patch) | |
tree | 351e7ec046739fa18eefeb7d15c97165ea02a831 /pkgs | |
parent | a8ccc10142ea0c9298b5b4c40b134e0d2f4de7b1 (diff) | |
parent | b4bade477f4ff049caae5adcfcfe50eff30c8b87 (diff) |
consul: 1.19.1 -> 1.19.2 (#338465)
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/by-name/co/consul/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/co/consul/package.nix b/pkgs/by-name/co/consul/package.nix index 74f1ccbad672..824d0128f9a1 100644 --- a/pkgs/by-name/co/consul/package.nix +++ b/pkgs/by-name/co/consul/package.nix @@ -8,7 +8,7 @@ buildGoModule rec { pname = "consul"; - version = "1.19.1"; + version = "1.19.2"; # Note: Currently only release tags are supported, because they have the Consul UI # vendored. See @@ -22,7 +22,7 @@ buildGoModule rec { owner = "hashicorp"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-UMKXI16QQHV9I+kH62KRbZCEcQLXkBwB6o/lqtCZa78="; + hash = "sha256-BDEKnwX4OZ9eRvcZ3StpJTJM4P0/VvQGEQyaPg0AJhM="; }; # This corresponds to paths with package main - normally unneeded but consul @@ -32,7 +32,7 @@ buildGoModule rec { "connect/certgen" ]; - vendorHash = "sha256-l1+KVygh0TuvN45UmU/bXksjHBTZZ6jt54nZtR9f+II="; + vendorHash = "sha256-n37MNBWMQnX6nMV7FvWF8acO5W4Y3GHzZj2rkulZruY="; doCheck = false; |