audible-cli: Specify version regex (#347470)

This commit is contained in:
Aleksana
2024-10-31 17:23:07 +08:00
committed by GitHub
+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";