From 006858945611d27ce512b85e8688bf221f536e09 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 6 Mar 2022 21:10:17 -0500 Subject: drone: 2.0.3 -> 2.11.1 --- .../development/tools/continuous-integration/drone/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/tools/continuous-integration/drone/default.nix b/pkgs/development/tools/continuous-integration/drone/default.nix index 0f36f8dc0277..7e00f481752f 100644 --- a/pkgs/development/tools/continuous-integration/drone/default.nix +++ b/pkgs/development/tools/continuous-integration/drone/default.nix @@ -3,23 +3,23 @@ buildGoModule rec { pname = "drone.io${lib.optionalString (!enableUnfree) "-oss"}"; - version = "2.0.3"; + version = "2.11.1"; - vendorSha256 = "sha256-3qTH/p0l6Ke1F9SUcvK2diqZooOMnlXYO1PHLdJJ8PM="; + vendorSha256 = "sha256-oJBGHr4LjrX7e197s4tqkiysWJS3RRW6JWI9ncs/uHw="; doCheck = false; src = fetchFromGitHub { - owner = "drone"; + owner = "harness"; repo = "drone"; rev = "v${version}"; - sha256 = "sha256-MKV5kor+Wm9cuIFFcjSNyCgVKtY+/B9sgBOXMMRvMPI="; + sha256 = "sha256-bbWJo7PnwQaVKRpSnRK5pm0cD9orlkEOUa+y7UnACjg="; }; tags = lib.optionals (!enableUnfree) [ "oss" "nolimit" ]; meta = with lib; { - maintainers = with maintainers; [ elohmeier vdemeester ]; + maintainers = with maintainers; [ elohmeier vdemeester techknowlogick ]; license = with licenses; if enableUnfree then unfreeRedistributable else asl20; description = "Continuous Integration platform built on container technology"; }; -- cgit 1.4.1