about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-12-02 04:20:00 +0000
committerLeona Maroni <dev@leona.is>2024-02-01 10:22:54 +0100
commitec3c68f59cbda229a1770063674724bb2bcb55be (patch)
treeab83b886465a58e6c2d1af52c4ba51bc80aa6459 /pkgs/development/tools
parentd22793056756be3df3d3383b62cb5bfb513c4521 (diff)
buildkit: 0.12.3 -> 0.12.4
Diff: https://github.com/moby/buildkit/compare/v0.12.3...v0.12.4

Changelog: https://github.com/moby/buildkit/releases/tag/v0.12.4
(cherry picked from commit 4c17c83b2722524bc868239f085b5c69053ae18c)
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/buildkit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/buildkit/default.nix b/pkgs/development/tools/buildkit/default.nix
index 41843024a5150..8898ff89f3716 100644
--- a/pkgs/development/tools/buildkit/default.nix
+++ b/pkgs/development/tools/buildkit/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "buildkit";
-  version = "0.12.3";
+  version = "0.12.4";
 
   src = fetchFromGitHub {
     owner = "moby";
     repo = "buildkit";
     rev = "v${version}";
-    hash = "sha256-ph44J90g5zOTi/+FVbdnDDJp1gXcxPt7coA1rvhsQSQ=";
+    hash = "sha256-nQvrd2W9xWWGTlwN5Q2E3rs67OUxZ4bIp+rK2W2PUww=";
   };
 
   vendorHash = null;