mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
urlwatch: 2.19 -> 2.21
This commit is contained in:
parent
097f5a54a6
commit
5ad6a3b270
@ -2,13 +2,13 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
name = "urlwatch-${version}";
|
||||
version = "2.19";
|
||||
version = "2.21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "thp";
|
||||
repo = "urlwatch";
|
||||
rev = version;
|
||||
sha256 = "05vxs0x8gnsv2r9cy0brqny1y5jnj2mw11lqc8lqahx84xcs2m00";
|
||||
sha256 = "1s6bigkwymxdp9bkgvwg3lbf465i6k8kmak2w7czf4mhwavcfq63";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
@ -20,12 +20,13 @@ python3Packages.buildPythonApplication rec {
|
||||
pycodestyle
|
||||
pyyaml
|
||||
requests
|
||||
pyppeteer
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tool for monitoring webpages for updates";
|
||||
homepage = "https://thp.io/2008/urlwatch/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ tv ];
|
||||
maintainers = with maintainers; [ kmein tv ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user