Skip to content

Commit e0a0949

Browse files
1 parent e067895 commit e0a0949

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.1";
11+
version = "1.20.2";
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-nYWrJB98S2zPSBu8ZIHejnLP5OQyPxpJGLdLenGHzHM=";
25+
hash = "sha256-pUKX94OgJ2PTchBokAI5QzLxvdzQjcePrKHEiB782hc=";
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-SkDvac2mZOB6RMETv/qhjHyaCjjIYmlON42+ZZ6FTlI=";
35+
vendorHash = "sha256-pH9KVyHgSULZ+fuUSDIXOzLhrdhsbJEom67k6jaW31E=";
3636

3737
doCheck = false;
3838

0 commit comments

Comments
 (0)