Merge pull request #301222 from r-ryantm/auto-update/fblog

fblog: 4.8.0 -> 4.9.0
This commit is contained in:
Weijia Wang 2024-04-09 15:02:49 +02:00 committed by GitHub
commit 696372473d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "fblog"; pname = "fblog";
version = "4.8.0"; version = "4.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "brocode"; owner = "brocode";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ByojMOkdE3B9KrApOWPihg6vJHpLQy0gsIlKPd5xJog="; hash = "sha256-9v8bn68anWB0vkRIixa6YvNl54z6X8u+MyYs38Zgc5A=";
}; };
cargoHash = "sha256-R7FLZ+yLvDltETphfqRLrcQZNt+rkJBFdmGL3pY0G04="; cargoHash = "sha256-tXBXI0tlCdfxKscR4Vfw4okJw+jW3EqPz4Rp6xeCdIQ=";
meta = with lib; { meta = with lib; {
description = "A small command-line JSON log viewer"; description = "A small command-line JSON log viewer";