ansible 0 -> 1 attrpath: ansible 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/4prgfxd6fcpnhqh3rk96fkmnk0qcm1rz-packages.json.drv building '/nix/store/4prgfxd6fcpnhqh3rk96fkmnk0qcm1rz-packages.json.drv'... Going to be running update for following packages: - ansible-core-2.16.2 Press Enter key to continue... Running update for: - ansible-core-2.16.2: UPDATING ... - ansible-core-2.16.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index dec3ad21bdeb..4f4a200a0270 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -28,11 +28,11 @@ buildPythonPackage rec { pname = "ansible-core"; - version = "2.16.2"; + version = "2.16.3"; src = fetchPypi { inherit pname version; - hash = "sha256-5KtVnn5SWxxvmQhPyoc7sBR3XV7L6EW3wHuOnWycBIs="; + hash = "sha256-dqh2WoWGBk7wc6KZVi4wj6LBgKdbX3Vpu9D2HUFxzbM="; }; # ansible_connection is already wrapped, so don't pass it through No auto update branch exists There might already be an open PR for this update: - python311Packages.ansible-core: 2.16.2 -> 2.16.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285258"