7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-GJHxo4WD/XMudwxOHdNwY1M+b/DFJMpU0uD3sOvO5YU=";
18 cargoHash = "sha256-T+Sdzts7gzkG2EFcKrkVDUIq2V34PBdW3oyxMUcCWaI=";
20 nativeBuildInputs = [ cmake ];
23 description = "Cross platform, fast, compression and decompression tool";
24 homepage = "https://github.com/sstadick/crabz";
25 changelog = "https://github.com/sstadick/crabz/blob/v${version}/CHANGELOG.md";
26 license = with licenses; [ unlicense /* or */ mit ];
27 maintainers = with maintainers; [ figsoda ];
28 mainProgram = "crabz";