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.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
You can’t perform that action at this time.
0 commit comments