about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-24 10:09:33 -0500
committerGitHub <noreply@github.com>2024-01-24 10:09:33 -0500
commit4101f869b6a683c90811a179690af3ea226dde1c (patch)
tree01249c9ff48c5cfa50e5f31ebead807600360f04 /pkgs/development/tools
parent4a7d1eb86e7f3db1f80860e02dbea6d207b943f2 (diff)
parent651e4edf8187eaccfc200ef80ab4b68b2756dab9 (diff)
downloadnixlib-4101f869b6a683c90811a179690af3ea226dde1c.tar
nixlib-4101f869b6a683c90811a179690af3ea226dde1c.tar.gz
nixlib-4101f869b6a683c90811a179690af3ea226dde1c.tar.bz2
nixlib-4101f869b6a683c90811a179690af3ea226dde1c.tar.lz
nixlib-4101f869b6a683c90811a179690af3ea226dde1c.tar.xz
nixlib-4101f869b6a683c90811a179690af3ea226dde1c.tar.zst
nixlib-4101f869b6a683c90811a179690af3ea226dde1c.zip
Merge pull request #283420 from r-ryantm/auto-update/drone-cli
drone-cli: 1.7.0 -> 1.8.0
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/continuous-integration/drone-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/continuous-integration/drone-cli/default.nix b/pkgs/development/tools/continuous-integration/drone-cli/default.nix
index ce5849048a66..84432b82d495 100644
--- a/pkgs/development/tools/continuous-integration/drone-cli/default.nix
+++ b/pkgs/development/tools/continuous-integration/drone-cli/default.nix
@@ -4,7 +4,7 @@
 }:
 
 buildGoModule rec {
-  version = "1.7.0";
+  version = "1.8.0";
   pname = "drone-cli";
   revision = "v${version}";
 
@@ -12,10 +12,10 @@ buildGoModule rec {
     owner = "harness";
     repo = "drone-cli";
     rev = revision;
-    hash = "sha256-PZ0M79duSctPepD5O+NdJZKhkyR21g/4P6loJtoWZiU=";
+    hash = "sha256-moxsGlm7Q9E0q9SZ2gZotn3tRbnbtwhDc9UNCCSb3pY=";
   };
 
-  vendorHash = "sha256-JC7OR4ySDsVWmrBBTjpwZrkJlM8RJehbsvXW/VtA4VA=";
+  vendorHash = "sha256-rKZq2vIXvw4bZ6FXPqOip9dLiV5rSb1fWDJe3oxOBjw=";
 
   # patch taken from https://patch-diff.githubusercontent.com/raw/harness/drone-cli/pull/179.patch
   # but with go.mod changes removed due to conflict