Skip to content

Commit

Permalink
ansible: v2.9.10 -> v2.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jul 21, 2020
1 parent cfcc630 commit fe81c27
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.10";
version = "2.9.11";

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

prePatch = ''
Expand Down

0 comments on commit fe81c27

Please sign in to comment.