summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmily <git@emilylange.de>2023-08-21 21:18:06 +0200
committerGitHub <noreply@github.com>2023-08-21 21:18:06 +0200
commit8bccf2aacd2cff75be189b37fa314144e8bd6c54 (patch)
treeb6cda61f48f120f576b743375e988530d7962566
parentMerge pull request #250579 from r-ryantm/auto-update/discord-canary (diff)
parentdrone,drone-oss: 2.18.0 -> 2.20.0 (diff)
downloadnixpkgs-8bccf2aacd2cff75be189b37fa314144e8bd6c54.tar.gz
Merge pull request #249737 from emilylange/droneci
drone,drone-oss: 2.18.0 -> 2.20.0
-rw-r--r--pkgs/development/tools/continuous-integration/drone/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/continuous-integration/drone/default.nix b/pkgs/development/tools/continuous-integration/drone/default.nix
index 119ceb0ee978..a7092f3c1f9a 100644
--- a/pkgs/development/tools/continuous-integration/drone/default.nix
+++ b/pkgs/development/tools/continuous-integration/drone/default.nix
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "drone.io${lib.optionalString (!enableUnfree) "-oss"}";
- version = "2.18.0";
+ version = "2.20.0";
src = fetchFromGitHub {
owner = "harness";
repo = "drone";
rev = "v${version}";
- sha256 = "sha256-fN86wdKe3KWRkVxRK/4L4Gcf8auelAi2e+erANLCCmA=";
+ sha256 = "sha256-YiKULnLSP5wgrYob1t4HssGS9ubSR5dHECIwnAicg8M=";
};
- vendorHash = "sha256-3Gjo5i3tLXZNUNdp+CKX5hPxVupH5juUIKzndN2AaBU=";
+ vendorHash = "sha256-3GPe76zcyKItYWedmnAnmN4c1AorQePxxWXkRk0vNpk=";
tags = lib.optionals (!enableUnfree) [ "oss" "nolimit" ];