audible-cli: Specify version regex

Otherwise r-ryantm keeps opening PRs for beta versions, like https://github.com/NixOS/nixpkgs/pull/347057
This commit is contained in:
Jan van Brügge
2024-10-09 13:16:18 +01:00
parent eb9f4a34ae
commit bab8ba019f
+3 -1
View File
@@ -51,7 +51,9 @@ python3Packages.buildPythonApplication rec {
"audible_cli"
];
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script {
extraArgs = [ "--version-regex" "[0-9.]+" ];
};
meta = with lib; {
description = "Command line interface for audible package. With the cli you can download your Audible books, cover, chapter files";