Skip to content

Commit

Permalink
Merge pull request #268213 from r-ryantm/auto-update/docker-buildx
Browse files Browse the repository at this point in the history
docker-buildx: 0.11.2 -> 0.12.0
  • Loading branch information
amaxine authored Nov 21, 2023
2 parents a9f295e + cdf7539 commit 779f090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/docker/buildx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "docker-buildx";
version = "0.11.2";
version = "0.12.0";

src = fetchFromGitHub {
owner = "docker";
repo = "buildx";
rev = "v${version}";
hash = "sha256-FPqXfIxuqwsnvsuWN5baIIn6o7ucP/Zgn+OsHfI61zU=";
hash = "sha256-O2oXswExH6OQLDZcgCGF62oZ7v6svZuOziw0SZgOVHI=";
};

doCheck = false;
Expand Down

0 comments on commit 779f090

Please sign in to comment.