Merge pull request #176168 from techknowlogick/bconsul-4

consul: 1.12.1 -> 1.12.2
This commit is contained in:
Mario Rodas 2022-06-04 19:20:20 -05:00 committed by GitHub
commit b886b625b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "consul";
version = "1.12.1";
version = "1.12.2";
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 = "sha256-VSxgtsCPi3EdRWon3VBE9sC0lr5k5uDn/iMqrKAJeM0=";
sha256 = "sha256-X2vW6fnT5IY+YxGnAP5Flk610vIwLg3Qu/rEerFyNCw=";
};
passthru.tests.consul = nixosTests.consul;