Commit 0a66cf90 authored by R. RyanTM's avatar R. RyanTM
Browse files

linuxkit: 1.7.0 -> 1.7.1

parent ab7ac105
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;