Skip to content

Commit

Permalink
Merge pull request #95195 from mweinelt/20.03/ansible
Browse files Browse the repository at this point in the history
[20.03] ansible: 2.9.11 -> 2.9.12; 2.8.13 -> 2.8.14
  • Loading branch information
mweinelt committed Aug 14, 2020
2 parents 05195ac + 3cf1c9a commit 48b95e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ansible/default.nix
Expand Up @@ -18,13 +18,13 @@

buildPythonPackage rec {
pname = "ansible";
version = "2.9.11";
version = "2.9.12";

src = fetchFromGitHub {
owner = "ansible";
repo = "ansible";
rev = "v${version}";
sha256 = "0a9wgd1ri1av6rcwld36sa48v42003pdf1fx9hhkmhz4icyij0kx";
sha256 = "0c794k0cyl54807sh9in0l942ah6g6wlz5kf3qvy5lhd581zlgyb";
};

prePatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/tools/admin/ansible/default.nix
Expand Up @@ -7,11 +7,11 @@ rec {

ansible_2_8 = with python3Packages; toPythonApplication (python3Packages.ansible.overrideAttrs(old: rec {
pname = "ansible";
version = "2.8.13";
version = "2.8.14";

src = fetchurl {
url = "https://releases.ansible.com/ansible/${pname}-${version}.tar.gz";
sha256 = "09a0wa5l2vyy8n2hwvq9ikc77a9xm9k19rnkvcnnkbqwv1fl36zb";
sha256 = "19ga0c9qs2b216qjg5k2yknz8ksjn8qskicqspg2d4b8x2nr1294";
};
}));

Expand Down

0 comments on commit 48b95e2

Please sign in to comment.