12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
17 owner = "ChristophWurst";
20 sha256 = "sha256-/zRO+CVYQgx9/j14zgNm/ABzLprt0OYne+O6hOEjSEw=";
23 cargoSha256 = "sha256-LWQRFgDxl2yxP+v1TUENaTGrA/udh84AJvWIkfTJezM=";
41 description = "A CLI helper to manage, package and publish Nextcloud apps";
42 homepage = "https://github.com/ChristophWurst/krankerl";
43 license = licenses.gpl3Only;
44 platforms = platforms.linux;
45 maintainers = with maintainers; [ onny ];