6 rustPlatform.buildRustPackage rec {
8 version = "unstable-2018-05-27";
10 src = fetchFromGitHub {
13 rev = "118bc2f3b1cf292afdffbc1cb4415d150b323165";
14 sha256 = "1qqqmdk0v1d3ckasmmw5lbrkvhkv0nws4bzi9cfi1ndhrbvbkbxb";
17 cargoHash = "sha256-hBV+mqN4rnHGKAVRtlk2VFml/T9YQxzGTvGK2jcCwNw=";
20 description = "Simple, user-friendly alternative to sort | uniq";
21 homepage = "https://github.com/lostutils/uq";
22 license = licenses.mit;
23 maintainers = with maintainers; [ doronbehar matthiasbeyer ];