mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
8 lines
170 B
Nix
8 lines
170 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "docopt";
|
|
repo = "docopt.nim";
|
|
rev = "v0.6.7";
|
|
sha256 = "1ga7ckg21fzwwvh26jp2phn2h3pvkn8g8sm13dxif33rp471bv37";
|
|
}
|