spacer 0.1.7 -> 0.1.8 https://repology.org/project/spacer/versions attrpath: spacer Checking auto update branch... No auto update branch exists Old version 0.1.7" not present in master derivation file with contents: { lib , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "spacer"; version = "0.1.8"; src = fetchFromGitHub { owner = "samwho"; repo = "spacer"; rev = "v${version}"; hash = "sha256-F2PrBlS9uL6BQtjNNabCpl3ofavsUGlBy/Hotm42Oec="; }; cargoHash = "sha256-aeXvqgSKRvm9W6sc5XCkwhMYUncj8pEPyQpYQr+fj7Y="; meta = with lib; { description = "CLI tool to insert spacers when command output stops"; homepage = "https://github.com/samwho/spacer"; changelog = "https://github.com/samwho/spacer/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ figsoda ]; }; }