Merge pull request #90331 from r-ryantm/auto-update/consul

consul: 1.7.3 -> 1.7.4
This commit is contained in:
Ryan Mulligan 2020-06-15 05:53:16 -07:00 committed by GitHub
commit c4b3f9496f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "consul"; pname = "consul";
version = "1.7.3"; version = "1.7.4";
rev = "v${version}"; rev = "v${version}";
# 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
@ -17,7 +17,7 @@ buildGoModule rec {
owner = "hashicorp"; owner = "hashicorp";
repo = pname; repo = pname;
inherit rev; inherit rev;
sha256 = "05p893mfdrlf5fy9ywwnqb7blw1ffidgviyyh6a3bp82wk49f8ph"; sha256 = "0yx0ry8gwgvw1mkz3nv4rn2pwslm0q7jxlk70gaw6386mxxmj0sk";
}; };
passthru.tests.consul = nixosTests.consul; passthru.tests.consul = nixosTests.consul;