Unverified Commit ce32475f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #225463 from r-ryantm/auto-update/multus-cni

multus-cni: 3.9.2 -> 3.9.3
parents 304845fd a280b3cf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "multus-cni";
  version = "3.9.2";
  version = "3.9.3";

  src = fetchFromGitHub {
    owner = "k8snetworkplumbingwg";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-AYSUJEoNYt4DYNcPynRBal5c5QAzRVltkjwoEM66VcY=";
    sha256 = "sha256-43cFBrFM2jvD/SJ+QT1JQkr593jkdzAAvYlVUAQArEw=";
  };

  ldflags = [
@@ -21,7 +21,7 @@ buildGoModule rec {
    mv $GOPATH/bin/cmd $GOPATH/bin/multus
  '';

  vendorSha256 = null;
  vendorHash = null;

  # Some of the tests require accessing a k8s cluster
  doCheck = false;