summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorPablo Ovelleiro Corral <github@pablo.tools>2021-05-22 13:21:23 +0200
committerPablo Ovelleiro Corral <github@pablo.tools>2021-05-22 13:21:23 +0200
commit52e1188437cd2ecccf9de4e01271cc3b923a8a93 (patch)
treefdcc0ccd1a9b9df7ff5d0c644a14cc7a3fcffa9f /pkgs/development/tools
parenta9f621f292eebab91c8b2d3ff4e1c128c74e69a0 (diff)
downloadnixpkgs-52e1188437cd2ecccf9de4e01271cc3b923a8a93.tar
nixpkgs-52e1188437cd2ecccf9de4e01271cc3b923a8a93.tar.gz
nixpkgs-52e1188437cd2ecccf9de4e01271cc3b923a8a93.tar.bz2
nixpkgs-52e1188437cd2ecccf9de4e01271cc3b923a8a93.tar.lz
nixpkgs-52e1188437cd2ecccf9de4e01271cc3b923a8a93.tar.xz
nixpkgs-52e1188437cd2ecccf9de4e01271cc3b923a8a93.tar.zst
nixpkgs-52e1188437cd2ecccf9de4e01271cc3b923a8a93.zip
Update vendorsha256
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/continuous-integration/drone/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/continuous-integration/drone/default.nix b/pkgs/development/tools/continuous-integration/drone/default.nix
index b6c7227bc8d..c6d1e47389a 100644
--- a/pkgs/development/tools/continuous-integration/drone/default.nix
+++ b/pkgs/development/tools/continuous-integration/drone/default.nix
@@ -5,7 +5,7 @@ buildGoModule rec {
   pname = "drone.io${lib.optionalString (!enableUnfree) "-oss"}";
   version = "2.0.0";
 
-  vendorSha256 = "sha256-cKHX/GnvGELQBfoi0/1UmDQ4Z66GGnnHG7+1CzjinL0=";
+  vendorSha256 = "sha256-cnbZSnHU+ORm7/dV+U9NfM18Zrzi24vf7qITPJsusU8=";
 
   doCheck = false;