Merge pull request #126418 from petabyteboy/feature/ansible-2-9-22

ansible_2_9: 2.9.21 -> 2.9.22
This commit is contained in:
Martin Weinelt 2021-06-10 02:12:25 +02:00 committed by GitHub
commit 19411a458c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "ansible";
version = "2.9.21";
version = "2.9.22";
src = fetchFromGitHub {
owner = "ansible";
repo = "ansible";
rev = "v${version}";
sha256 = "1pfiwq2wfw11vmxdq2yhk86hm5jljlrnphlzfjr01kwzfikkdp5m";
sha256 = "0gkv59cfxzs0ahgkxmmx9sqnfb2xqr10q4yh2662nbzajmvqmfgm";
};
prePatch = ''