patroni 0 -> 1 attrpath: patroni 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nhb7y3nvli4987mfihr4y8vqbbpnlfdc-packages.json.drv building '/nix/store/nhb7y3nvli4987mfihr4y8vqbbpnlfdc-packages.json.drv'... Going to be running update for following packages: - patroni-2.1.3 Press Enter key to continue... Running update for: - patroni-2.1.3: UPDATING ... - patroni-2.1.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/sql/patroni/default.nix b/pkgs/servers/sql/patroni/default.nix index 23c165ab545..434d6cbdb81 100644 --- a/pkgs/servers/sql/patroni/default.nix +++ b/pkgs/servers/sql/patroni/default.nix @@ -6,13 +6,13 @@ pythonPackages.buildPythonApplication rec { pname = "patroni"; - version = "2.1.3"; + version = "2.1.7"; src = fetchFromGitHub { owner = "zalando"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-cBkiBrty/6A3rIv9A1oh8GvPjwxhHwYEKuDIsNzHw1g="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-AfPv13atIvLegA/sHqaZBCg3zmUA5IxoDB4ZHti/v3E="; }; # cdiff renamed to ydiff; remove when patroni source reflects this. No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A patroni nix build failed. @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: patroni @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.9, pytest-7.2.0, pluggy-1.0.0 rootdir: /build/source plugins: cov-4.0.0 collecting ...  collecting 108 items / 1 error  collected 479 items / 1 error  ==================================== ERRORS ==================================== ______________________ ERROR collecting tests/test_aws.py ______________________ ImportError while importing test module '/build/source/tests/test_aws.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/abax98471z8fshv4b9p46bkh3lxmpy0z-python3-3.10.9/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_aws.py:1: in import botocore E ModuleNotFoundError: No module named 'botocore' =========================== short test summary info ============================ ERROR tests/test_aws.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.90s =============================== /nix/store/chilfhdcsnmwjl7igrw26j1lrc0zar35-stdenv-linux/setup: line 1570: pop_var_context: head of shell_variables not a function context