tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
alerta: 8.5.2 -> 8.5.3
R. Ryantm
2 years ago
68fad313
76e0e59b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
alerta
client.nix
+2
-2
pkgs/servers/monitoring/alerta/client.nix
···
5
6
python3.pkgs.buildPythonApplication rec {
7
pname = "alerta";
8
-
version = "8.5.2";
9
10
src = fetchPypi {
11
inherit pname version;
12
-
sha256 = "sha256-5KLR+F5GtNkFXJMctJ5F4OvkQRhohd6SWB2ZFVtc/0s=";
13
};
14
15
propagatedBuildInputs = with python3.pkgs; [
···
5
6
python3.pkgs.buildPythonApplication rec {
7
pname = "alerta";
8
+
version = "8.5.3";
9
10
src = fetchPypi {
11
inherit pname version;
12
+
sha256 = "sha256-ePvT2icsgv+io5aDDUr1Zhfodm4wlqh/iqXtNkFhS10=";
13
};
14
15
propagatedBuildInputs = with python3.pkgs; [