mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
9 lines
170 B
Nix
9 lines
170 B
Nix
|
{ fetchFromGitHub }:
|
||
|
|
||
|
fetchFromGitHub {
|
||
|
owner = "docopt";
|
||
|
repo = "docopt.nim";
|
||
|
rev = "v0.6.7";
|
||
|
sha256 = "1ga7ckg21fzwwvh26jp2phn2h3pvkn8g8sm13dxif33rp471bv37";
|
||
|
}
|