Unverified Commit 0bc7ed79 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #230005 from fabaff/urlwatch-bump

urlwatch: 2.26 -> 2.28
parents ef36e043 d9b3bcf5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

python3Packages.buildPythonApplication rec {
  pname = "urlwatch";
  version = "2.26";
  version = "2.28";

  src = fetchFromGitHub {
    owner = "thp";
    repo = "urlwatch";
    rev = version;
    hash = "sha256-EdRHwUHnAwum7UIgzmETeuQSyisb4zrmWGPgo7RewWQ=";
    hash = "sha256-dGohG2+HrsuKegPAn1fmpLYPpovEEUsx+C/0sp2/cX0=";
  };

  propagatedBuildInputs = with python3Packages; [