buildkit: 0.16.0 -> 0.17.0 (#352573)

This commit is contained in:
Ramses 2024-11-05 09:36:39 +01:00 committed by GitHub
commit a6e5ee1ce5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-rAl2lPcm4JSRO9xVrZctGpWoi/JNZ5uUHDIZKd70+M8=";
hash = "sha256-+FwbYG7PCj9+WG9CnR/MjmujnhfqWYtu99raT1tO+m4=";
};
vendorHash = null;