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

changedetection-io: 0.45.21 -> 0.45.22

authored by Weijia Wang and committed by GitHub 5caba50f cd850be6

+2 -2
+2 -2
pkgs/servers/web-apps/changedetection-io/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "changedetection-io"; 8 - version = "0.45.21"; 8 + version = "0.45.22"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "dgtlmoon"; 13 13 repo = "changedetection.io"; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-v+bjGIwJlHcim29BRR+5kZABnmtLYSS/U3pbPnCvAhU="; 15 + hash = "sha256-q8Cflu5rYmV//l0MGM4LOep5v/tEHYm2u0A1E5k9kLk="; 16 16 }; 17 17 18 18 postPatch = ''