about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-02-10 23:12:36 +0100
committerThomas Gerbet <thomas@gerbet.me>2024-02-10 23:12:36 +0100
commit61dc59ab6252c81e24b740d3299aa55566df8ec1 (patch)
treedbbd05b76c6850d5ab230ee706b23fced26acd13 /pkgs/development
parent7307257be7359d2606823a567d1e6bf0b67a2909 (diff)
ansible_2_15: 2.15.5 -> 2.15.9
Fixes CVE-2023-5764.

https://github.com/ansible/ansible/blob/v2.15.9/changelogs/CHANGELOG-v2.15.rst
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/ansible/core.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix
index 12002f4933c47..42761a9b378ca 100644
--- a/pkgs/development/python-modules/ansible/core.nix
+++ b/pkgs/development/python-modules/ansible/core.nix
@@ -28,11 +28,11 @@
 
 buildPythonPackage rec {
   pname = "ansible-core";
-  version = "2.15.5";
+  version = "2.15.9";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-jMU5y41DSa8//ZAccHIvenogOuZCfdrJX/31RqbkFgI=";
+    hash = "sha256-JfmxtaWvPAmGvTko7QhurduGdSf7XIOv7xoDz60080U=";
   };
 
   # ansible_connection is already wrapped, so don't pass it through