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

urlwatch: 2.14 -> 2.15
This commit is contained in:
Renaud 2018-10-27 13:53:09 +02:00 committed by GitHub
commit 863578d646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
name = "urlwatch-${version}";
version = "2.14";
version = "2.15";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
sha256 = "1m7qdh2lk5napncmfnk86dj4wqcahq8y24xnylxa4qlx2ivwkr6b";
sha256 = "1bkd0r5arzdvinpn1n23cw1gf7byxml95hl6qvvf6mnggb1ifcwg";
};
propagatedBuildInputs = with python3Packages; [