Skip to content

Commit 96311d6

Browse files
consul: 1.20.4 -> 1.20.5 (#390629)
2 parents e77290a + d931324 commit 96311d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/co/consul/package.nix

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

99
buildGoModule rec {
1010
pname = "consul";
11-
version = "1.20.4";
11+
version = "1.20.5";
1212

1313
# Note: Currently only release tags are supported, because they have the Consul UI
1414
# vendored. See
@@ -22,7 +22,7 @@ buildGoModule rec {
2222
owner = "hashicorp";
2323
repo = pname;
2424
tag = "v${version}";
25-
hash = "sha256-pvTHrFrnRSprsbIPenVPVnnmU59OQCZc9DF+8wcWJ3A=";
25+
hash = "sha256-dBx/WHi+qFrOyA0lIjvARcAZ96WvHCjVs94XicSL5L0=";
2626
};
2727

2828
# This corresponds to paths with package main - normally unneeded but consul
@@ -32,7 +32,7 @@ buildGoModule rec {
3232
"connect/certgen"
3333
];
3434

35-
vendorHash = "sha256-hAnIKuFtS6l4nhq8bTcHkvW43FT6K8+0FglRRNfDtPg=";
35+
vendorHash = "sha256-rQDVXMLXI2/D4SNLfs3CT4chDnzhh1aU5xuMMBDMhLI=";
3636

3737
doCheck = false;
3838

0 commit comments

Comments
 (0)