1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-UYQe2C50tB1uc5ij8oh+RBaFg9UYWwPmJ77LCJ11Ml4=";
16 subPackages = [ "." ];
19 description = "CLI for Limes";
20 homepage = "https://github.com/sapcc/limesctl";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ SuperSandro2000 ];
23 mainProgram = "limesctl";