Merge pull request #141798 from mweinelt/ansible

ansible_2_11.collections: 4.5.0 -> 4.7.0
conduit-nginx
Martin Weinelt 2021-10-21 01:15:09 +02:00 committed by GitHub
commit e3bcebf0b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
let
ansible-collections = callPackage ./collections.nix {
version = "4.5.0";
sha256 = "1c8dspqy4in7sgz10y1pggwnh1hv79wap7p7xhai0f0s6nr54lyc";
version = "4.7.0";
sha256 = "0aab9id6dqfw2111r731c7y1p77dpzczynmgl4d989p3a7n54z0b";
};
in
buildPythonPackage rec {