summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-01-14 11:13:09 +0800
committerGitHub <noreply@github.com>2023-01-14 11:13:09 +0800
commitfcf139f538a909dffbf57c6bd0604e1596e21668 (patch)
treed13a016da1a74208c4a3163d8b4f6117ad881152
parent0913e17ebb792d55951cc25b9bbecabec0096937 (diff)
parent941211b600cc5dd990cb8612d0d6eda3c7844a64 (diff)
Merge pull request #210616 from NixOS/backport-210599-to-release-22.11
[Backport release-22.11] drone-runner-docker: 1.8.2 -> 1.8.3
-rw-r--r--pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix b/pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix
index 649351c28d16..784486f49ce4 100644
--- a/pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix
+++ b/pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix
@@ -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 ];