about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-12 20:18:31 +0200
committerGitHub <noreply@github.com>2024-05-12 20:18:31 +0200
commit7164d61722c41b4f965cb99005285fdb6a6c5330 (patch)
treee51adf0fcb3e6331ce5a30e6749689cf1a206b9d /pkgs/tools/networking
parent617b7f6715a8b4ceb78c3b445e20ba513657fd1c (diff)
parent231d8ea48effcd25ccd068260ea2df33ef78b436 (diff)
Merge pull request #308711 from r-ryantm/auto-update/cloud-custodian
cloud-custodian: 0.9.35.0 -> 0.9.36.0
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/cloud-custodian/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/cloud-custodian/default.nix b/pkgs/tools/networking/cloud-custodian/default.nix
index 3e4475df545e7..0953a5e516da1 100644
--- a/pkgs/tools/networking/cloud-custodian/default.nix
+++ b/pkgs/tools/networking/cloud-custodian/default.nix
@@ -6,14 +6,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "cloud-custodian";
-  version = "0.9.35.0";
+  version = "0.9.36.0";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "cloud-custodian";
     repo = "cloud-custodian";
     rev = "refs/tags/${version}";
-    hash = "sha256-iiyYtAtAQKTGrXdIPXGs11QWuPWn+IWmXpjmYO5S6Pg=";
+    hash = "sha256-cOzh0lNBh35MQx4wg4ssg+haX1kPLVh3GJS27/eKlZI=";
   };
 
   pythonRelaxDeps = [