8 src = fetchFromGitHub {
12 hash = "sha256-5JOO9tWMjy81wSB9Vq/gBYZ0xfrhES0dm/cTqXP8HiI";
13 # docs contains two files with the same name but different cases,
14 # this leads to a different hash on case insensitive filesystems (e.g. darwin)
15 # https://github.com/contabo/cntb/issues/34
17 rm -rf $out/openapi/docs
21 subPackages = [ "." ];
23 vendorHash = "sha256-IBDVHQe6OOGQ27G7uXKRtavy4tnCvIbL07j969/E9Vg=";
26 "-X contabo.com/cli/cntb/cmd.version=${src.rev}"
27 "-X contabo.com/cli/cntb/cmd.commit=${src.rev}"
28 "-X contabo.com/cli/cntb/cmd.date=1970-01-01T00:00:00Z"
32 description = "CLI tool for managing your products from Contabo like VPS and VDS";
34 homepage = "https://github.com/contabo/cntb";
35 license = licenses.gpl3Only;
36 maintainers = with maintainers; [ aciceri ];