ansible_2_8: 2.8.13 -> 2.8.14

This commit is contained in:
Martin Weinelt 2020-08-11 17:51:22 +02:00 committed by Jon
parent a75097d2c1
commit 9e6ee27597

View file

@ -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 = ''