7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-7a+gNnxr/OiM5MynOxOQ3hAprog7eAAZnMvi+5/gMzg=";
18 cargoHash = "sha256-rGKD09YV+QqzZ1n6gYerjbpTr+4KJ5UzynDDRw5rnP0=";
20 nativeBuildInputs = [ cmake ];
23 description = "Close to drop in replacement for cut that can use a regex delimiter instead of a fixed string";
24 homepage = "https://github.com/sstadick/hck";
25 changelog = "https://github.com/sstadick/hck/blob/v${version}/CHANGELOG.md";
26 license = with licenses; [ mit /* or */ unlicense ];
27 maintainers = with maintainers; [ figsoda gepbird ];