buildkit: 0.17.0 -> 0.18.1

This commit is contained in:
R. Ryantm
2024-12-08 02:19:45 +00:00
parent 65484f88b2
commit 2712c41200
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.17.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-+FwbYG7PCj9+WG9CnR/MjmujnhfqWYtu99raT1tO+m4=";
hash = "sha256-Rz360/cq2orr3L1hvvtftJkRqPAg1ACthU4HHiPF9PU=";
};
vendorHash = null;