prometheus-xmpp-alerts: 0.5.1 -> 0.5.3

This commit is contained in:
R. Ryantm
2022-03-12 10:37:42 +00:00
parent 12769bc7e1
commit e3f6735bca
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "prometheus-xmpp-alerts";
version = "0.5.1";
version = "0.5.3";
src = fetchFromGitHub {
owner = "jelmer";
repo = pname;
rev = "v${version}";
sha256 = "0qmmmlcanbrhyyxi32gy3gibgvj7jdjwpa8cf5ci9czvbyxg4rld";
sha256 = "sha256-gb7lFRqqw4w/B+Sw0iteDkuGsPfw/ZZ+sRMTu5vxIUo=";
};
propagatedBuildInputs = [