Unverified Commit a0146318 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

cni: 1.2.2 -> 1.2.3
parents 9dbce4c1 443bea4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "cni";
  version = "1.2.2";
  version = "1.2.3";

  src = fetchFromGitHub {
    owner = "containernetworking";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-yM4opOrHH0NQz26yHuzQfiXdWc8LbxAaqxXQDFdUb60=";
    hash = "sha256-ocSc1fhbBB8YRxVVOvYMombOOkLMdfv9V4GYbf8kwIE=";
  };

  vendorHash = "sha256-/aPx8NgGkJ1irU0LGzmYTlsiX2U5or24Vl1PGHWuDyE=";