buildkit: 0.25.1 -> 0.25.2

This commit is contained in:
R. Ryantm
2025-11-05 16:54:39 +00:00
parent cef1398c49
commit e49048e1f0
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "buildkit";
version = "0.25.1";
version = "0.25.2";
src = fetchFromGitHub {
owner = "moby";
repo = "buildkit";
rev = "v${version}";
hash = "sha256-h9XkvgYa7m7LxeUuQ8aFFxNcTULfjQ5gR7vRN9Y89rI=";
hash = "sha256-yW75G96Ca27FB2EzAt77640aDVWYZEFA5NcAnZMPOLg=";
};
vendorHash = null;