···89buildGoModule rec {
10 pname = "consul";
11- version = "1.21.1";
1213 # Note: Currently only release tags are supported, because they have the Consul UI
14 # vendored. See
···22 owner = "hashicorp";
23 repo = "consul";
24 tag = "v${version}";
25- hash = "sha256-bkBjKvSJapkiqCKENR+mG3sWYTBUZf9klw2UHqgccdc=";
26 };
2728 # This corresponds to paths with package main - normally unneeded but consul
···32 "connect/certgen"
33 ];
3435- vendorHash = "sha256-06tLz04hFZ2HqpetKMRfFY2JJI4TgedzKYpwcVbemfU=";
3637 doCheck = false;
38
···89buildGoModule rec {
10 pname = "consul";
11+ version = "1.21.2";
1213 # Note: Currently only release tags are supported, because they have the Consul UI
14 # vendored. See
···22 owner = "hashicorp";
23 repo = "consul";
24 tag = "v${version}";
25+ hash = "sha256-ejslKLoZFxNKQiV9AH+djRIN1lUC4WvUBkaVOENsHwM=";
26 };
2728 # This corresponds to paths with package main - normally unneeded but consul
···32 "connect/certgen"
33 ];
3435+ vendorHash = "sha256-Bmuc/nNNztd0wZqpLrFv4FZ/1CZ2lN1Bhob+grJJC8w=";
3637 doCheck = false;
38