jless: 0.7.1 -> 0.7.2

https://github.com/PaulJuliusMartinez/jless/releases/tag/v0.7.2
This commit is contained in:
zowoq 2022-02-21 06:50:02 +10:00
parent e91d16c491
commit d81f048ef4

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "jless";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "PaulJuliusMartinez";
repo = "jless";
rev = "v${version}";
sha256 = "sha256-gBqyo/N/qF6HCTUrSKNVLiL1fc/JTfip1kNpNCBzRT8=";
sha256 = "sha256-IK+EllkctdhIYuzj7eLjadxKoutICPeSXAjLMFiRjmo=";
};
cargoSha256 = "sha256-PbX61RVbrI2kTuyXK+LhQdJDvNo3KjIQH5eBbL6iUBM=";
cargoSha256 = "sha256-CAyKWwtMq5UOODVRrpVHrhlep2wqG434dMGeYV2FSZY=";
meta = with lib; {
description = "A command-line pager for JSON data";