1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage {
7 src = fetchFromGitHub {
10 rev = "158de8c3908b49530ecd76bf6e65c210f351ef82";
11 sha256 = "0kc128xnnp1d56if70vfv0w3qnwhljhbnvzwwb7hfm3x2m0vqrqf";
14 cargoSha256 = "1b2cfs03vlaz7jnr67ilgjfi7cm59izpcdi6pyvbzv8s46z2dysp";
17 description = "Inspect your shell history";
18 homepage = "https://github.com/jamesmunns/shell-hist";
19 license = with licenses; [ mit /* or */ asl20 ];
20 maintainers = [ maintainers.spacekookie ];