8 version = "0.6.4-with-no-mangle-double-dash";
10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-GIBrJ5qexeJ6ul5ek9LJZC4J3cNExsTrnxdzRCfoqn8=";
18 # Migrate project to Go modules.
20 url = "https://github.com/docopt/docopts/pull/74/commits/2c516165e72b35516a64c4529dbc938c0aaa9442.patch";
21 hash = "sha256-Tp05B3tmctnSYIQzCxCc/fhcAWWuEz2ifu/CQZt0XPU=";
25 vendorHash = "sha256-+pMgaHB69itbQ+BDM7/oaJg3HrT1UN+joJL7BO/2vxE=";
28 homepage = "https://github.com/docopt/docopts";
29 description = "Shell interpreter for docopt, the command-line interface description language";
30 license = lib.licenses.mit;
31 maintainers = [ lib.maintainers.confus ];
32 platforms = lib.platforms.unix;