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
231 B
Nix
Raw Normal View History

2022-06-23 08:30:56 +00:00
{fetchgit}:
fetchgit {
url = "https://github.com/drone-runners/drone-runner-docker";
rev = "47ee73d829ac4796415b8ccb6c96bbbf43da8d18";
sha256 = "1rfdnj8g9g8ymy3n2gqs4w10dad1hq320bcx7hynbddyfkivgcgw";
leaveDotGit = true;
}