This repository has been archived on 2024-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
nix-packages/ci/drone-runner-docker/source.nix

8 lines
229 B
Nix
Raw Normal View History

2022-06-23 08:30:56 +00:00
{fetchgit}:
2022-06-24 05:35:12 +00:00
fetchgit {
2022-06-23 08:30:56 +00:00
url = "https://github.com/drone-runners/drone-runner-docker";
rev = "47ee73d829ac4796415b8ccb6c96bbbf43da8d18";
2022-08-17 09:50:29 +00:00
sha256 = "sha256-NOQ+5orYk4GxCPBqjrJs390F/ukqqtLa39B4hF2SdPg=";
2022-06-23 08:30:56 +00:00
leaveDotGit = true;
}