drone-runner-docker: 1.8.2 -> 1.8.3

This commit is contained in:
R. Ryantm 2023-01-14 00:59:25 +00:00
parent 66bc6e35c9
commit 8a2e0b566f

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "drone-runner-docker";
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
owner = "drone-runners";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-ZpkVfzqeltZSYrKYB6dXtlVjl1uFpQdl2fa+c5ApiW4=";
sha256 = "sha256-ZoQeCuT5FRhxp/ikB0gkp3QVOQ6OS7ukkz4QanWT9G0=";
};
vendorSha256 = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k=";
vendorHash = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k=";
meta = with lib; {
maintainers = with maintainers; [ endocrimes indeednotjames ];