From 7859b5e8f7671af4c276a98833af40ea45f38090 Mon Sep 17 00:00:00 2001 From: Shaun Smiley Date: Mon, 25 Apr 2022 14:06:17 -0700 Subject: [PATCH] upgrade ansible collections to 5.6.0 --- pkgs/development/python-modules/ansible/core.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index e3601341a0b8..7b00ac9b2c4d 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -23,8 +23,8 @@ let ansible-collections = callPackage ./collections.nix { - version = "5.5.0"; - sha256 = "sha256-uKdtc3iJyb/Q5rDyJ23PjYNtpmcGejVXdvNQTXpm1Rg="; + version = "5.6.0"; + sha256 = "sha256-rNMHMUNBVNo3bO7rQW7hVBzfuOo8ZIAjpVo0yz7K+fM="; }; in buildPythonPackage rec {