Unverified Commit d75eea2b authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

docker-buildx: 0.16.2 -> 0.17.0 (#341536)

parents bd829ac9 0b134745
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "docker-buildx";
  version = "0.16.2";
  version = "0.17.0";

  src = fetchFromGitHub {
    owner = "docker";
    repo = "buildx";
    rev = "v${version}";
    hash = "sha256-s4VLuOLPNZGThnvr20EBddxKkreWf3B4D0RRx9OwJiw=";
    hash = "sha256-KYPOeDI1g7hUwS7gvKiuOck/2MwvnawP1ZgDAfo4brA=";
  };

  doCheck = false;