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

docker-buildx: 0.16.2 -> 0.17.0

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