Skip to content

Commit

Permalink
drone-runner-docker: 1.8.3 -> 1.8.4 (NixOS#377656)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 29, 2025
2 parents 1279197 + ae80d96 commit b5d803f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/dr/drone-runner-docker/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "drone-runner-docker";
version = "1.8.3";
version = "1.8.4";

src = fetchFromGitHub {
owner = "drone-runners";
repo = pname;
tag = "v${version}";
sha256 = "sha256-ZoQeCuT5FRhxp/ikB0gkp3QVOQ6OS7ukkz4QanWT9G0=";
sha256 = "sha256-xJbmxoyL4Sb6YkkwgysGte44ZBKYHjc5QdYa+b62C/M=";
};

vendorHash = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k=";
Expand Down

0 comments on commit b5d803f

Please sign in to comment.