3
0
Fork 0
forked from mirrors/nixpkgs

consul: 1.12.1 -> 1.12.2

This commit is contained in:
techknowlogick 2022-06-03 20:22:54 -04:00
parent 628d7a800c
commit b11ee08240

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;