cloud-custodian: 0.9.35.0 -> 0.9.36.0

+2 -2
+2 -2
pkgs/tools/networking/cloud-custodian/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "cloud-custodian"; 9 - version = "0.9.35.0"; 9 + version = "0.9.36.0"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "cloud-custodian"; 14 14 repo = "cloud-custodian"; 15 15 rev = "refs/tags/${version}"; 16 - hash = "sha256-iiyYtAtAQKTGrXdIPXGs11QWuPWn+IWmXpjmYO5S6Pg="; 16 + hash = "sha256-cOzh0lNBh35MQx4wg4ssg+haX1kPLVh3GJS27/eKlZI="; 17 17 }; 18 18 19 19 pythonRelaxDeps = [