Merge pull request #240466 from r-ryantm/auto-update/flannel

flannel: 0.21.5 -> 0.22.0
This commit is contained in:
Weijia Wang 2023-06-29 17:24:56 +03:00 committed by GitHub
commit 3ec53d15c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;