buildkit: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm
2025-06-17 14:28:50 +00:00
parent 1f622956bd
commit b1072b324c
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-cK9WrnHOLFZpP3g3X80s51rz9zZMtYjM9ESFdy4EN4Y=";
hash = "sha256-yEIzXBwcct7+8Bqk5256ZNyWpSpCZwxVVyg5vua2Oj8=";
};
vendorHash = null;