Merge pull request #92041 from r-ryantm/auto-update/kube-router

kube-router: 0.4.0 -> 1.0.0
This commit is contained in:
Mario Rodas
2020-07-02 09:10:06 -05:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "kube-router";
version = "0.4.0";
version = "1.0.0";
goPackagePath = "github.com/cloudnativelabs/kube-router";
@@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "cloudnativelabs";
repo = pname;
rev = "v${version}";
sha256 = "1g1y3l87a4il9g2yrl1ryx8xfd4x220azxhr3rxm5l9vhnnjwswa";
sha256 = "0b6rsiq3pwp7wknmblgd8kszh9bd7nhvlsnyyamqnhlfjl97929x";
};
buildFlagsArray = ''