Skip to content

Commit dc9ea1b

Browse files
authored
docker-buildx: 0.19.3 -> 0.20.1 (#375466)
2 parents 16e2dee + 24428e4 commit dc9ea1b

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.19.3";
5+
version = "0.20.1";
66

77
src = fetchFromGitHub {
88
owner = "docker";
99
repo = "buildx";
1010
rev = "v${version}";
11-
hash = "sha256-0LK79CdZF3JGuxUgM3V4HhZ4rpVoXEQ9YG8vdAn+cyA=";
11+
hash = "sha256-OgCNVNzAtVsYrAf3ZAB0n8LoKm8+naZ8KEdW3nVzMos=";
1212
};
1313

1414
doCheck = false;

0 commit comments

Comments
 (0)