mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 10:56:53 +00:00
12 lines
292 B
Nix
12 lines
292 B
Nix
|
[
|
||
|
{
|
||
|
goPackagePath = "github.com/docopt/docopt-go";
|
||
|
fetch = {
|
||
|
type = "git";
|
||
|
url = "https://github.com/docopt/docopt.go";
|
||
|
rev = "ee0de3bc6815ee19d4a46c7eb90f829db0e014b1"; # "0.6.2";
|
||
|
sha256 = "sha256-0mCKIC5x7aauBL8ahXB9ExMfoTJl55HaafWWWPNRmUI=";
|
||
|
};
|
||
|
}
|
||
|
]
|