runiq: init at 1.2.1
This commit is contained in:
parent
ee006e93df
commit
6ea5813ff0
20
pkgs/tools/text/runiq/default.nix
Normal file
20
pkgs/tools/text/runiq/default.nix
Normal file
@ -0,0 +1,20 @@
|
||||
{ fetchCrate, lib, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "runiq";
|
||||
version = "1.2.1";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
sha256 = "0xhd1z8mykxg9kiq8nw5agy1jxfk414czq62xm1s13ssig3h7jqj";
|
||||
};
|
||||
|
||||
cargoSha256 = "1g4yfz5xq9lqwh0ggyn8kn8bnzrqfmh7kx455md5ranrqqh0x5db";
|
||||
|
||||
meta = with lib; {
|
||||
description = "An efficient way to filter duplicate lines from input, à la uniq";
|
||||
homepage = "https://github.com/whitfin/runiq";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
};
|
||||
}
|
@ -32020,6 +32020,8 @@ with pkgs;
|
||||
|
||||
run-scaled = callPackage ../tools/X11/run-scaled { };
|
||||
|
||||
runiq = callPackage ../tools/text/runiq { };
|
||||
|
||||
runit = callPackage ../tools/system/runit { };
|
||||
|
||||
refind = callPackage ../tools/bootloaders/refind { };
|
||||
|
Loading…
Reference in New Issue
Block a user