File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33buildGoModule 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
You can’t perform that action at this time.
0 commit comments