Skip to content

Commit 5b88dd5

Browse files
authored
buildkit: 0.19.0 -> 0.20.0 (#383545)
2 parents 0188f10 + 3d36f0d commit 5b88dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bu/buildkit/package.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 = "buildkit";
5-
version = "0.19.0";
5+
version = "0.20.0";
66

77
src = fetchFromGitHub {
88
owner = "moby";
99
repo = "buildkit";
1010
rev = "v${version}";
11-
hash = "sha256-TN6IJLQxbwhflNdnrPgcqzw2o6di+aHOqwa6efkyV0k=";
11+
hash = "sha256-ApmAeR93szAqeOJR7h5MwtDPf6nrUy4vYKgFeRZlCXw=";
1212
};
1313

1414
vendorHash = null;

0 commit comments

Comments
 (0)