Skip to content

Commit b818e0c

Browse files
authored
docker-buildx: 0.17.1 -> 0.18.0 (#352575)
1 parent 6760f0a commit b818e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/virtualization/docker/buildx.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "docker-buildx";
5-
version = "0.17.1";
5+
version = "0.18.0";
66

77
src = fetchFromGitHub {
88
owner = "docker";
99
repo = "buildx";
1010
rev = "v${version}";
11-
hash = "sha256-+d0yaosNoOOuo/A7aC6pfy2xGJU718nBBNMMok2Ofv0=";
11+
hash = "sha256-mw66AF+JwavuB8r2qzo50rguqZaUfzCVmyYI6yk7ig8=";
1212
};
1313

1414
doCheck = false;

0 commit comments

Comments
 (0)