consul: 1.21.2 -> 1.21.2
Changelog: https://github.com/hashicorp/consul/releases/tag/v1.21.2
This commit is contained in:
parent
7bfbc77d82
commit
95e3cba4db
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "consul";
|
pname = "consul";
|
||||||
version = "1.21.1";
|
version = "1.21.2";
|
||||||
|
|
||||||
# Note: Currently only release tags are supported, because they have the Consul UI
|
# Note: Currently only release tags are supported, because they have the Consul UI
|
||||||
# vendored. See
|
# vendored. See
|
||||||
@ -22,7 +22,7 @@ buildGoModule rec {
|
|||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = "consul";
|
repo = "consul";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-bkBjKvSJapkiqCKENR+mG3sWYTBUZf9klw2UHqgccdc=";
|
hash = "sha256-ejslKLoZFxNKQiV9AH+djRIN1lUC4WvUBkaVOENsHwM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This corresponds to paths with package main - normally unneeded but consul
|
# This corresponds to paths with package main - normally unneeded but consul
|
||||||
@ -32,7 +32,7 @@ buildGoModule rec {
|
|||||||
"connect/certgen"
|
"connect/certgen"
|
||||||
];
|
];
|
||||||
|
|
||||||
vendorHash = "sha256-06tLz04hFZ2HqpetKMRfFY2JJI4TgedzKYpwcVbemfU=";
|
vendorHash = "sha256-Bmuc/nNNztd0wZqpLrFv4FZ/1CZ2lN1Bhob+grJJC8w=";
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user