Loading pkgs/development/python-modules/ansible/core.nix +6 −5 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, fetchFromGitHub, python, pythonOlder, installShellFiles, Loading Loading @@ -39,10 +39,11 @@ buildPythonPackage rec { disabled = pythonOlder "3.12"; src = fetchPypi { pname = "ansible_core"; inherit version; hash = "sha256-JDppZpoAe+B5Q2C8RHf3DgEozgCR3Dr0xcuBxqRm9XM="; src = fetchFromGitHub { owner = "ansible"; repo = "ansible"; tag = "v${version}"; hash = "sha256-/Eoq0ixAWoDvrHnxXgDth5TUKZzUDxDTzTDzjSUPugk="; }; # ansible_connection is already wrapped, so don't pass it through Loading pkgs/top-level/all-packages.nix +6 −3 Original line number Diff line number Diff line Loading @@ -6062,7 +6062,8 @@ with pkgs; ansible_2_18 = python3Packages.toPythonApplication ( python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec { version = "2.18.8"; src = oldAttrs.src.override { src = fetchPypi { pname = "ansible_core"; inherit version; hash = "sha256-sHZiFalqR845kz0n4emWyivrVM8bOQfHQtNckTsfeM0="; }; Loading @@ -6071,7 +6072,8 @@ with pkgs; ansible_2_17 = python3Packages.toPythonApplication ( python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec { version = "2.17.8"; src = oldAttrs.src.override { src = fetchPypi { pname = "ansible_core"; inherit version; hash = "sha256-Ob6KeYaix9NgabDZciC8L2eDxl/qfG1+Di0A0ayK+Hc="; }; Loading @@ -6080,7 +6082,8 @@ with pkgs; ansible_2_16 = python3Packages.toPythonApplication ( python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec { version = "2.16.14"; src = oldAttrs.src.override { src = fetchPypi { pname = "ansible_core"; inherit version; hash = "sha256-gCef/9mGhrrfqjLh7HhdmKbfGy/B5Al97AWXZA10ZBU="; }; Loading Loading
pkgs/development/python-modules/ansible/core.nix +6 −5 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, fetchFromGitHub, python, pythonOlder, installShellFiles, Loading Loading @@ -39,10 +39,11 @@ buildPythonPackage rec { disabled = pythonOlder "3.12"; src = fetchPypi { pname = "ansible_core"; inherit version; hash = "sha256-JDppZpoAe+B5Q2C8RHf3DgEozgCR3Dr0xcuBxqRm9XM="; src = fetchFromGitHub { owner = "ansible"; repo = "ansible"; tag = "v${version}"; hash = "sha256-/Eoq0ixAWoDvrHnxXgDth5TUKZzUDxDTzTDzjSUPugk="; }; # ansible_connection is already wrapped, so don't pass it through Loading
pkgs/top-level/all-packages.nix +6 −3 Original line number Diff line number Diff line Loading @@ -6062,7 +6062,8 @@ with pkgs; ansible_2_18 = python3Packages.toPythonApplication ( python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec { version = "2.18.8"; src = oldAttrs.src.override { src = fetchPypi { pname = "ansible_core"; inherit version; hash = "sha256-sHZiFalqR845kz0n4emWyivrVM8bOQfHQtNckTsfeM0="; }; Loading @@ -6071,7 +6072,8 @@ with pkgs; ansible_2_17 = python3Packages.toPythonApplication ( python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec { version = "2.17.8"; src = oldAttrs.src.override { src = fetchPypi { pname = "ansible_core"; inherit version; hash = "sha256-Ob6KeYaix9NgabDZciC8L2eDxl/qfG1+Di0A0ayK+Hc="; }; Loading @@ -6080,7 +6082,8 @@ with pkgs; ansible_2_16 = python3Packages.toPythonApplication ( python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec { version = "2.16.14"; src = oldAttrs.src.override { src = fetchPypi { pname = "ansible_core"; inherit version; hash = "sha256-gCef/9mGhrrfqjLh7HhdmKbfGy/B5Al97AWXZA10ZBU="; }; Loading