Unverified Commit e3eef12d authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #271272 from MikaelFangel/update-changedetection-io

changedetection-io: 0.45.7.3 -> 0.45.8.1
parents 604365c8 61f6b9af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

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

  src = fetchFromGitHub {
    owner = "dgtlmoon";
    repo = "changedetection.io";
    rev = version;
    hash = "sha256-axj23LEZgSNpwkVtXQ/2QZVbbV+xTpkf57ajYnqTGFA=";
    hash = "sha256-DRbqWcbk9fwFp/gSCbAqEv8ZhWsOOnBBXCK8jXT5HdY=";
  };

  postPatch = ''