buildkite-cli: 3.8.0 -> 3.10.0

This commit is contained in:
R. Ryantm
2025-09-07 03:11:29 +05:30
committed by Masum Reza
parent a9851337d6
commit 8aa461e2d7
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "buildkite-cli";
version = "3.8.0";
version = "3.10.0";
src = fetchFromGitHub {
owner = "buildkite";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-zRACKFs4AZkWg2OqFIyiLuM1V6GyIPmtyxSOjfHkL6U=";
sha256 = "sha256-j5h5tej0RtliO9CqZUq5KRGRS2Ns+Te5yqNQeOCU6ZQ=";
};
vendorHash = "sha256-IOZd5XIUPhU52fcBYFo9+88XZcJon2RKVHnjDbOhPJ0=";
vendorHash = "sha256-0+KQcV1RXu6sgjrOCStENzjZvQWmvpbcse2K9syfZEw=";
doCheck = false;