Merge pull request #198282 from techknowlogick/drone-2150

drone: 2.14.0 -> 2.15.0, drone-oss: 2.14.0 -> 2.15.0
This commit is contained in:
Mario Rodas 2022-10-28 21:35:32 -05:00 committed by GitHub
commit e6fe4872f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "drone.io${lib.optionalString (!enableUnfree) "-oss"}";
version = "2.14.0";
version = "2.15.0";
src = fetchFromGitHub {
owner = "harness";
repo = "drone";
rev = "v${version}";
sha256 = "sha256-8G7Xy4bKBybw5waL/AqqYZ6FKBlnzp7b6PAwixydTEg=";
sha256 = "sha256-2Yu0EFMuAlG6/3YuDKQpiZU5/fBexWJtsrU1MNABSyA=";
};
vendorSha256 = "sha256-6/wbxQ+Cv0lOlBqi8NUQQ8Z21w27betfeX/NiNDpOjA=";
vendorSha256 = "sha256-ijUHMAcSDnZnhlzaYeD411L3ybRc08ac9jbvDDc2D4M=";
tags = lib.optionals (!enableUnfree) [ "oss" "nolimit" ];