buildkit: 0.18.1 -> 0.18.2

This commit is contained in:
R. Ryantm
2024-12-29 05:23:02 +00:00
parent a4cb0cad42
commit 0eb9940f48
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.18.1";
version = "0.18.2";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-Rz360/cq2orr3L1hvvtftJkRqPAg1ACthU4HHiPF9PU=";
hash = "sha256-VjyrW2PwJ8/36V9PnLoMzAhJW9rKyg12V2KChD10XEw=";
};
vendorHash = null;