mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
Merge pull request #141798 from mweinelt/ansible
ansible_2_11.collections: 4.5.0 -> 4.7.0
This commit is contained in:
commit
e3bcebf0b0
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue