7 rustPlatform.buildRustPackage rec {
12 inherit pname version;
13 hash = "sha256-5GvHM05qY/Jj1mPYwn88Zybn6Nn5nJIaw0XP8iCcrwE=";
16 cargoHash = "sha256-pwDaLHJbVpZe7dAtd5/ytyHZkUHjCcNjtw3q7HF1qVQ=";
19 description = "Command line utility to remove duplicates from the given input";
20 mainProgram = "huniq";
21 homepage = "https://github.com/koraa/huniq";
22 license = licenses.bsd3;
23 maintainers = with maintainers; [ figsoda ];