rss-bridge-cli 2022-06-14 -> 2023-07-13 https://github.com/RSS-Bridge/rss-bridge/releases attrpath: rss-bridge-cli Checking auto update branch... No auto update branch exists Old version 2022-06-14" not present in master derivation file with contents: { lib, writeShellScriptBin, rss-bridge, php }: let phpWithExts = (php.withExtensions ({ all, ... }: with all; [ curl filter iconv mbstring openssl simplexml sqlite3 ]) ); phpBin = "${phpWithExts}/bin/php"; in (writeShellScriptBin "rss-bridge-cli" '' ${phpBin} ${rss-bridge}/index.php "$@" '').overrideAttrs (oldAttrs: rec { version = rss-bridge.version; meta = with lib; { description = "Command-line interface for RSS-Bridge"; homepage = "https://github.com/RSS-Bridge/rss-bridge"; license = licenses.unlicense; maintainers = with maintainers; [ ymeister ]; }; })