ansible_2_11.collections: 4.4.0 -> 4.5.0

This commit is contained in:
Martin Weinelt 2021-09-14 19:44:11 +02:00 committed by Jonathan Ringer
parent 4c313b9cec
commit 6cb6e67ba1

View file

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