We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c5665 commit 24428e4Copy full SHA for 24428e4
pkgs/applications/virtualization/docker/buildx.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "docker-buildx";
5
- version = "0.19.3";
+ version = "0.20.1";
6
7
src = fetchFromGitHub {
8
owner = "docker";
9
repo = "buildx";
10
rev = "v${version}";
11
- hash = "sha256-0LK79CdZF3JGuxUgM3V4HhZ4rpVoXEQ9YG8vdAn+cyA=";
+ hash = "sha256-OgCNVNzAtVsYrAf3ZAB0n8LoKm8+naZ8KEdW3nVzMos=";
12
};
13
14
doCheck = false;
0 commit comments