typos 1.16.2 -> 1.16.3 https://repology.org/project/typos/versions attrpath: typos Checking auto update branch... No auto update branch exists Old version 1.16.2" not present in master derivation file with contents: { lib, rustPlatform, fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "typos"; version = "1.16.3"; src = fetchFromGitHub { owner = "crate-ci"; repo = pname; rev = "v${version}"; hash = "sha256-64cVDW5sScQCpBsP/dyHbWppYuGRQwXloRsMHFKT4yw="; }; cargoHash = "sha256-Sad28iwsCpZPo/V6DlLA+pjq0T3yv8fRHXDCnRfFzPg="; meta = with lib; { description = "Source code spell checker"; homepage = "https://github.com/crate-ci/typos"; changelog = "https://github.com/crate-ci/typos/blob/${src.rev}/CHANGELOG.md"; license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ figsoda mgttlinger ]; }; }