buildkit: 0.16.0 -> 0.17.0

This commit is contained in:
R. Ryantm
2024-10-31 09:36:40 +00:00
parent 4f5d1a2355
commit 588e404caa
+2 -2
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;