about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-24 07:32:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-24 07:32:08 +0000
commit651e4edf8187eaccfc200ef80ab4b68b2756dab9 (patch)
treeb502c32057d04807de145563dbc7e83bda1983d7 /pkgs/development/tools
parent19f815760d1785594aa5009043c7708caebffdb9 (diff)
downloadnixlib-651e4edf8187eaccfc200ef80ab4b68b2756dab9.tar
nixlib-651e4edf8187eaccfc200ef80ab4b68b2756dab9.tar.gz
nixlib-651e4edf8187eaccfc200ef80ab4b68b2756dab9.tar.bz2
nixlib-651e4edf8187eaccfc200ef80ab4b68b2756dab9.tar.lz
nixlib-651e4edf8187eaccfc200ef80ab4b68b2756dab9.tar.xz
nixlib-651e4edf8187eaccfc200ef80ab4b68b2756dab9.tar.zst
nixlib-651e4edf8187eaccfc200ef80ab4b68b2756dab9.zip
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