···89buildGoModule rec {
10 pname = "consul";
11- version = "1.21.0";
1213 # Note: Currently only release tags are supported, because they have the Consul UI
14 # vendored. See
···22 owner = "hashicorp";
23 repo = pname;
24 tag = "v${version}";
25- hash = "sha256-KNBsOKd+GzxhmvM2aItnoYpob8cZ7Wzjp1fi7IRlLnk=";
26 };
2728 # This corresponds to paths with package main - normally unneeded but consul
···32 "connect/certgen"
33 ];
3435- vendorHash = "sha256-l0fhZVsaoQnKVN2/3ioS/T7YSNTarOy84PxZ9Xx40t4=";
3637 doCheck = false;
38
···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 = pname;
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