Unverified Commit de69ff90 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

linuxkit: 1.7.0 -> 1.7.1 (#425570)

parents d0b17e87 0a66cf90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule rec {
  pname = "linuxkit";
  version = "1.7.0";
  version = "1.7.1";

  src = fetchFromGitHub {
    owner = "linuxkit";
    repo = "linuxkit";
    rev = "v${version}";
    sha256 = "sha256-G9Ao87sRbMcxB7VDvMaOPYCQg4l7EMEM2Mm9wl/N/5s=";
    sha256 = "sha256-YOREG9BDJpXa4JhQj2vSxuI+FnVoL9CEcefBIHz+0QY=";
  };

  vendorHash = null;