Merge pull request #41657 from r-ryantm/auto-update/urlwatch

urlwatch: 2.11 -> 2.13
This commit is contained in:
Jörg Thalheim 2018-06-08 14:49:32 +01:00 committed by GitHub
commit 28086cc85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
name = "urlwatch-${version}";
version = "2.11";
version = "2.13";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
sha256 = "0vp85d62zhca7d841vg82mwlqb8yihshyc8q2cvwm3rpn5vwf0pi";
sha256 = "0rspb5j02mmb0r2dnfryx7jaczvb22lsnysgrr1l9iag0djcgdf5";
};
propagatedBuildInputs = with python3Packages; [