audible-cli 0 -> 1 attrpath: audible-cli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pgv8rjnalpg1a3l1dz6l84i6s0bk1my2-packages.json.drv building '/nix/store/pgv8rjnalpg1a3l1dz6l84i6s0bk1my2-packages.json.drv'... Going to be running update for following packages: - audible-cli-0.2.6 Press Enter key to continue... Running update for: - audible-cli-0.2.6: UPDATING ... - audible-cli-0.2.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/audible-cli/default.nix b/pkgs/tools/misc/audible-cli/default.nix index 4d0134e8eaee..8109c008037b 100644 --- a/pkgs/tools/misc/audible-cli/default.nix +++ b/pkgs/tools/misc/audible-cli/default.nix @@ -2,14 +2,14 @@ python3Packages.buildPythonApplication rec { pname = "audible-cli"; - version = "0.2.6"; + version = "0.3.1"; pyproject = true; src = fetchFromGitHub { owner = "mkb79"; repo = "audible-cli"; rev = "refs/tags/v${version}"; - hash = "sha256-J81RcehFokOpsQBJLvmeihSrlMyX0geHPl3PPxvGjmY="; + hash = "sha256-AYL7lcYYY7gK12Id94aHRWRlCiznnF4r+lpI5VFpAWY="; }; nativeBuildInputs = with python3Packages; [ No auto update branch exists There might already be an open PR for this update: - audible-cli: 0.2.6 -> 0.3.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/297276"