Commit 588e404c authored by R. RyanTM's avatar R. RyanTM
Browse files

buildkit: 0.16.0 -> 0.17.0

parent 4f5d1a23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "buildkit";
  version = "0.16.0";
  version = "0.17.0";

  src = fetchFromGitHub {
    owner = "moby";
    repo = "buildkit";
    rev = "v${version}";
    hash = "sha256-rAl2lPcm4JSRO9xVrZctGpWoi/JNZ5uUHDIZKd70+M8=";
    hash = "sha256-+FwbYG7PCj9+WG9CnR/MjmujnhfqWYtu99raT1tO+m4=";
  };

  vendorHash = null;