Skip to content

Commit c0c01af

Browse files
consul: 1.15.0 -> 1.15.1
Diff: hashicorp/consul@v1.15.0...v1.15.1
1 parent a5bcb6e commit c0c01af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/servers/consul/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildGoModule rec {
44
pname = "consul";
5-
version = "1.15.0";
5+
version = "1.15.1";
66
rev = "v${version}";
77

88
# Note: Currently only release tags are supported, because they have the Consul UI
@@ -17,7 +17,7 @@ buildGoModule rec {
1717
owner = "hashicorp";
1818
repo = pname;
1919
inherit rev;
20-
sha256 = "sha256-WJQHBSwmcJiUGt69DMMZxs+xEk3z+fadSHoHvxb48ZU=";
20+
sha256 = "sha256-U7/et05WOBP7TT8iSXD447dBzRDzrmoeOYFofp/Cwh0=";
2121
};
2222

2323
passthru.tests.consul = nixosTests.consul;
@@ -26,7 +26,7 @@ buildGoModule rec {
2626
# has a split module structure in one repo
2727
subPackages = ["." "connect/certgen"];
2828

29-
vendorHash = "sha256-XwoZ/iwsZ/zXgPRGfBit5TO2NDS2pTEO0FT4KSUhJtA=";
29+
vendorHash = "sha256-6lYIwOpQjpw7cmeEhDtTs5FzagcAagD+NbfHCO9D/6M=";
3030

3131
doCheck = false;
3232

0 commit comments

Comments
 (0)