fblog: 4.13.1 -> 4.14.0

This commit is contained in:
R. Ryantm 2025-05-15 20:13:30 +00:00
parent 6f82867e37
commit ed4ef2dfa6

View file

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "fblog"; pname = "fblog";
version = "4.13.1"; version = "4.14.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "brocode"; owner = "brocode";
repo = "fblog"; repo = "fblog";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-YOHLw8YCgOGB1Nn2tD+EnicKd/tiMk07OWv+49btbpw="; hash = "sha256-ImuNl7ERM7auuGkPHJ93unrqgXRCUBLAuG8OyJXFqms=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-rMpqf3UE/vEiLkocEwVjSCYrJKrUufUjZ9ldlBY86yI="; cargoHash = "sha256-vk07dOaKo500xgFBfgfLaWsjpaXxpvX/ETgGr5HHnNE=";
meta = with lib; { meta = with lib; {
description = "Small command-line JSON log viewer"; description = "Small command-line JSON log viewer";