Unverified Commit c248a062 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #200117 from r-ryantm/auto-update/linuxkit

linuxkit: 1.0.0 -> 1.0.1
parents 5d7f00e5 bafe84ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "linuxkit";
  version = "1.0.0";
  version = "1.0.1";

  src = fetchFromGitHub {
    owner = "linuxkit";
    repo = "linuxkit";
    rev = "v${version}";
    sha256 = "sha256-y/jsMr7HmrHjVMn4fyQ3MPHION8hQO2G4udX1AMx8bk=";
    sha256 = "sha256-8x9oJaYb/mN2TUaVrGOYi5/6TETD78jif0SwCSc0kyo=";
  };

  vendorSha256 = null;