tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
docker-buildx: 0.6.2 -> 0.6.3
R. RyanTM
4 years ago
db84ea4c
1871c113
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
docker
buildx.nix
+2
-2
pkgs/applications/virtualization/docker/buildx.nix
···
2
3
buildGoModule rec {
4
pname = "docker-buildx";
5
-
version = "0.6.2";
6
7
src = fetchFromGitHub {
8
owner = "docker";
9
repo = "buildx";
10
rev = "v${version}";
11
-
sha256 = "sha256-X/oTL/CfMunGcS3HDoH/g1gZcJWnVU93OkcGC36KuA4=";
12
};
13
14
vendorSha256 = null;
···
2
3
buildGoModule rec {
4
pname = "docker-buildx";
5
+
version = "0.6.3";
6
7
src = fetchFromGitHub {
8
owner = "docker";
9
repo = "buildx";
10
rev = "v${version}";
11
+
sha256 = "sha256-UKIT3PfybuQjKxxFbRQSCA8G3R2xIySWEDUKg27u5Rk=";
12
};
13
14
vendorSha256 = null;