12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
17 owner = "ChristophWurst";
20 sha256 = "sha256-fFtjQFkNB5vn9nlFJI6nRdqxB9PmOGl3ySZ5LG2tgPg=";
23 cargoSha256 = "sha256-0V2ftZmuKXRhOFWCroYOxQqW3NFh9Uuwcg0CM1sFlcQ=";
41 description = "A CLI helper to manage, package and publish Nextcloud apps";
42 mainProgram = "krankerl";
43 homepage = "https://github.com/ChristophWurst/krankerl";
44 license = licenses.gpl3Only;
45 platforms = platforms.linux;
46 maintainers = with maintainers; [ onny ];