File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99buildGoModule 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
You can’t perform that action at this time.
0 commit comments