8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-GJHxo4WD/XMudwxOHdNwY1M+b/DFJMpU0uD3sOvO5YU=";
19 useFetchCargoVendor = true;
20 cargoHash = "sha256-JzzDkbDVL6az6b/s640KikSNJCwv8hf0aFcmGnvYQu4=";
22 nativeBuildInputs = [ cmake ];
25 description = "Cross platform, fast, compression and decompression tool";
26 homepage = "https://github.com/sstadick/crabz";
27 changelog = "https://github.com/sstadick/crabz/blob/v${version}/CHANGELOG.md";
28 license = with licenses; [
32 maintainers = with maintainers; [ figsoda ];
33 mainProgram = "crabz";