8 rustPlatform.buildRustPackage rec {
10 version = "unstable-2023-04-16";
12 src = fetchFromGitHub {
15 rev = "14ba4b4c9ff9c80444ecef762d665acaa5aecfce";
16 hash = "sha256-QYu4PXWQGagj7r8lLs0IngIXzt6B8uq2qonycaGDg6g=";
19 cargoHash = "sha256-9CjKSdd+E2frI8VvdOawYQ3u+KF22xw9kBpnAufRUG0=";
30 description = "Unzip implementation, support for parallel decompression, automatic detection encoding";
31 homepage = "https://github.com/quininer/unzrip";
32 license = licenses.mit;
33 maintainers = with maintainers; [ figsoda ];
34 mainProgram = "unzrip";