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

linuxkit: 1.5.1 -> 1.5.2 (#346103)

parents a2f49d26 03b96726
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "linuxkit";
  version = "1.5.1";
  version = "1.5.2";

  src = fetchFromGitHub {
    owner = "linuxkit";
    repo = "linuxkit";
    rev = "v${version}";
    sha256 = "sha256-Od6ij4RUWWNN3pm6Yt8W7LkeHnrusikJi2pXw6axbhU=";
    sha256 = "sha256-M/M4m/vsvvtSDnNNy8p6x+xpv1QmVzyfPRf/BNBX7zA=";
  };

  vendorHash = null;