Commit 020d0ef7 authored by R. RyanTM's avatar R. RyanTM
Browse files

changedetection-io: 0.49.4 -> 0.49.13

parent 31779338
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

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

  src = fetchFromGitHub {
    owner = "dgtlmoon";
    repo = "changedetection.io";
    tag = version;
    hash = "sha256-EmtJ8XXPb75W4VPj4Si9fdzVLDKVfm+8P6UZZlMpMdI=";
    hash = "sha256-X4MLqDSjp0zAs652G4CaRjeksagun+AlLXy4MxVyTJ8=";
  };

  pythonRelaxDeps = true;