2022-11-14T10:53:55 fblog 4.1.0 -> 4.2.0 https://repology.org/metapackage/fblog/versions 2022-11-14T10:53:58 attrpath: fblog 2022-11-14T10:53:58 Checking auto update branch... 2022-11-14T10:53:58 No auto update branch exists 2022-11-14T10:53:59 Old version 4.1.0" not present in master derivation file with contents: { lib, rustPlatform, fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "fblog"; version = "4.2.0"; src = fetchFromGitHub { owner = "brocode"; repo = pname; rev = "v${version}"; sha256 = "sha256-A5/TwISGsk9L0Z/ZF9Z/fxiMG+rcPgtAr2BNVJ+1Xfo="; }; cargoSha256 = "sha256-BrhYHUx28Sb6eNU3nTMlMewtokyY6+I5ww+bBVshQqk="; meta = with lib; { description = "A small command-line JSON log viewer"; homepage = "https://github.com/brocode/fblog"; license = licenses.wtfpl; maintainers = with maintainers; [ figsoda ]; }; }