Merge pull request #183879 from r-ryantm/auto-update/audible-cli

authored by Martin Weinelt and committed by GitHub 1b49fed4 c0f6392d

+3 -3
+3 -3
pkgs/tools/misc/audible-cli/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "audible-cli"; 5 - version = "0.2.0"; 5 + version = "0.2.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "mkb79"; 9 9 repo = pname; 10 - rev = "v${version}"; 11 - sha256 = "1dalil8aaywdshf48d45ap4mgzxbyzhklr8nga7qhpwi22w84cgz"; 10 + rev = "refs/tags/v${version}"; 11 + sha256 = "sha256-KPuAY/QMO2029tD4DMGCwmKuqpnxXAALYT+wE1ApfsI="; 12 12 }; 13 13 14 14 propagatedBuildInputs = with python3Packages; [ aiofiles audible click httpx pillow tabulate toml tqdm packaging setuptools questionary ];