Skip to content

Commit

Permalink
ansible: v2.9.2 → v2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed May 5, 2020
1 parent 40e863a commit dde1577
Showing 1 changed file with 2 additions and 2 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.2";
version = "2.9.7";

src = fetchFromGitHub {
owner = "ansible";
repo = "ansible";
rev = "v${version}";
sha256 = "06vxvn5q13rxzndwzq3g6yxiqm361ma9zcvwbrfn630xkmsg4pd8";
sha256 = "0miid7h720i630qljcjdmgdblflhrl2pwqjgiq5wm8jr61c3ld6s";
};

prePatch = ''
Expand Down

0 comments on commit dde1577

Please sign in to comment.