Unverified Commit 3ec53d15 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

flannel: 0.21.5 -> 0.22.0
parents 78597395 9b6f42b1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;