tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cloud-custodian: 0.9.35.0 -> 0.9.36.0
R. Ryantm
2 years ago
231d8ea4
d32ecd77
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
cloud-custodian
default.nix
+2
-2
pkgs/tools/networking/cloud-custodian/default.nix
···
6
6
7
7
python3.pkgs.buildPythonApplication rec {
8
8
pname = "cloud-custodian";
9
9
-
version = "0.9.35.0";
9
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
16
-
hash = "sha256-iiyYtAtAQKTGrXdIPXGs11QWuPWn+IWmXpjmYO5S6Pg=";
16
16
+
hash = "sha256-cOzh0lNBh35MQx4wg4ssg+haX1kPLVh3GJS27/eKlZI=";
17
17
};
18
18
19
19
pythonRelaxDeps = [