Merge pull request #240466 from r-ryantm/auto-update/flannel
flannel: 0.21.5 -> 0.22.0
This commit is contained in:
commit
3ec53d15c6
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "flannel";
|
||||
version = "0.21.5";
|
||||
version = "0.22.0";
|
||||
rev = "v${version}";
|
||||
|
||||
vendorHash = "sha256-JtDFwkYRAxpa4OBV5Tzr70DcOsp2oA3XB0PM5kGaY6Q=";
|
||||
|
@ -11,10 +11,10 @@ buildGoModule rec {
|
|||
inherit rev;
|
||||
owner = "flannel-io";
|
||||
repo = "flannel";
|
||||
sha256 = "sha256-X8NVAaKJrJF1OCfzwcydvDPFUOhwdgGy/wfMWdhUqQ0=";
|
||||
sha256 = "sha256-LwIGY74iH/qD8XpTw3wRJC0DVsFj1qLInX0i5Zorvew=";
|
||||
};
|
||||
|
||||
ldflags = [ "-X github.com/flannel-io/flannel/version.Version=${rev}" ];
|
||||
ldflags = [ "-X github.com/flannel-io/flannel/pkg/version.Version=${rev}" ];
|
||||
|
||||
# TestRouteCache/TestV6RouteCache fail with "Failed to create newns: operation not permitted"
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue