Unverified Commit 035edf45 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #305396 from r-ryantm/auto-update/changedetection-io

changedetection-io: 0.45.17 -> 0.45.20
parents 55940849 cba2c079
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "changedetection-io";
  version = "0.45.17";
  version = "0.45.20";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "dgtlmoon";
    repo = "changedetection.io";
    rev = version;
    hash = "sha256-3LaNZourDjFjdSh5+hwc2l2DRMEI/rbfyksFD9uUebg=";
    rev = "refs/tags/${version}";
    hash = "sha256-wnJz/yVOSBTgOfGxmrO4JXifZxoTk8bjqGKqKsbwXAI=";
  };

  postPatch = ''