changedetection-io: 0.39.20.3 -> 0.39.20.4

This commit is contained in:
Sandro Jäckel
2022-10-23 01:46:46 +02:00
parent 544524895f
commit 8c16a6638b
@@ -42,14 +42,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.39.20.3";
version = "0.39.20.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
rev = version;
sha256 = "sha256-0Sv/1YoZuSnslQgMOu+uHTxb9QewXPC0tLAvzJA4Aa8=";
sha256 = "sha256-XhCByQbGWAwWe71jsitpYJnQ2xRIdmhc9mY6Smxmp3w=";
};
postPatch = ''