jless: 0.8.0 -> 0.9.0
Diff: https://github.com/PaulJuliusMartinez/jless/compare/v0.8.0...v0.9.0 Changelog: https://github.com/PaulJuliusMartinez/jless/blob/v0.9.0/CHANGELOG.md
This commit is contained in:
parent
da5286cd2b
commit
1878ff08ce
1 changed files with 5 additions and 4 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "jless";
|
pname = "jless";
|
||||||
version = "0.8.0";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PaulJuliusMartinez";
|
owner = "PaulJuliusMartinez";
|
||||||
repo = "jless";
|
repo = "jless";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-NB/s29M46mVhTsJWFYnBgJjSjUVbfdmuz69VdpVuR7c=";
|
hash = "sha256-76oFPUWROX389U8DeMjle/GkdItu+0eYxZkt1c6l0V4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-cPj9cTRhWK/YU8Cae63p4Vm5ohB1IfGL5fu7yyFGSXA=";
|
cargoHash = "sha256-sas94liAOSIirIJGdexdApXic2gWIBDT4uJFRM3qMw0=";
|
||||||
|
|
||||||
nativeBuildInputs = lib.optionals stdenv.isLinux [ python3 ];
|
nativeBuildInputs = lib.optionals stdenv.isLinux [ python3 ];
|
||||||
|
|
||||||
|
@ -22,7 +22,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A command-line pager for JSON data";
|
description = "A command-line pager for JSON data";
|
||||||
homepage = "https://jless.io";
|
homepage = "https://jless.io";
|
||||||
|
changelog = "https://github.com/PaulJuliusMartinez/jless/blob/${src.rev}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jfchevrette ];
|
maintainers = with maintainers; [ figsoda jfchevrette ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue