Merge pull request #206161 from IndeedNotJames/drone-runner-docker

This commit is contained in:
Sandro 2022-12-26 22:00:38 +01:00 committed by GitHub
commit d6128acfaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -6087,6 +6087,12 @@
githubId = 37965;
name = "Léo Stefanesco";
};
indeednotjames = {
email = "nix@indeednotjames.com";
github = "IndeedNotJames";
githubId = 55066419;
name = "Emily Lange";
};
infinidoge = {
name = "Infinidoge";
email = "infinidoge@inx.moe";

View File

@ -2,19 +2,19 @@
buildGoModule rec {
pname = "drone-runner-docker";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "drone-runners";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3SbvnW+mCwaBCF77rAnDMqZRHX9wDCjXvFGq9w0E5Qw=";
rev = "refs/tags/v${version}";
sha256 = "sha256-ZpkVfzqeltZSYrKYB6dXtlVjl1uFpQdl2fa+c5ApiW4=";
};
vendorSha256 = "sha256-E18ykjQc1eoHpviYok+NiLaeH01UMQmigl9JDwtR+zo=";
vendorSha256 = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k=";
meta = with lib; {
maintainers = with maintainers; [ endocrimes ];
maintainers = with maintainers; [ endocrimes indeednotjames ];
license = licenses.unfreeRedistributable;
homepage = "https://github.com/drone-runners/drone-runner-docker";
description = "Drone pipeline runner that executes builds inside Docker containers";