Unverified Commit e01ec8dd authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

audible-cli: Specify version regex (#347470)

parents 1d335495 bab8ba01
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";