python310Packages.aws-adfs 0 -> 1 attrpath: python310Packages.aws-adfs Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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] Going to be running update for following packages: - python3.10-aws-adfs-2.2.1 Press Enter key to continue... Running update for: - python3.10-aws-adfs-2.2.1: UPDATING ... - python3.10-aws-adfs-2.2.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aws-adfs/default.nix b/pkgs/development/python-modules/aws-adfs/default.nix index 85a4f6bbe680..5ca68595c1fc 100644 --- a/pkgs/development/python-modules/aws-adfs/default.nix +++ b/pkgs/development/python-modules/aws-adfs/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "aws-adfs"; - version = "2.2.1"; + version = "2.8.2"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -27,8 +27,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "venth"; repo = pname; - rev = "refs/tags/${version}"; - hash = "sha256-REJYuOGq22onMj4WcfA7i4/cG99UGZA9D99ESIKY1A8="; + rev = "refs/tags/v${version}"; + hash = "sha256-hMM7Z0s9t5vetgskiy7nb1W/kKCKHe0Q3kT2ngUVADA="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.2.1" not present in staging derivation file with contents: { lib , boto3 , botocore , buildPythonPackage , click , configparser , fetchFromGitHub , fetchpatch , fido2 , lxml , poetry-core , pyopenssl , pytestCheckHook , pythonOlder , requests , requests-kerberos , toml }: buildPythonPackage rec { pname = "aws-adfs"; version = "2.8.2"; format = "pyproject"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "venth"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-hMM7Z0s9t5vetgskiy7nb1W/kKCKHe0Q3kT2ngUVADA="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ boto3 botocore click configparser fido2 lxml pyopenssl requests requests-kerberos ]; nativeCheckInputs = [ pytestCheckHook toml ]; preCheck = '' export HOME=$(mktemp -d); ''; pythonImportsCheck = [ "aws_adfs" ]; meta = with lib; { description = "Command line tool to ease AWS CLI authentication against ADFS"; homepage = "https://github.com/venth/aws-adfs"; license = licenses.psfl; maintainers = with maintainers; [ bhipple ]; }; }