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 6760f0a commit b818e0cCopy full SHA for b818e0c
pkgs/applications/virtualization/docker/buildx.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "docker-buildx";
5
- version = "0.17.1";
+ version = "0.18.0";
6
7
src = fetchFromGitHub {
8
owner = "docker";
9
repo = "buildx";
10
rev = "v${version}";
11
- hash = "sha256-+d0yaosNoOOuo/A7aC6pfy2xGJU718nBBNMMok2Ofv0=";
+ hash = "sha256-mw66AF+JwavuB8r2qzo50rguqZaUfzCVmyYI6yk7ig8=";
12
};
13
14
doCheck = false;
0 commit comments