aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/urlwatch
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 11:22:32 -0700
committerOrivej Desh <orivej@gmx.fr>2018-05-21 09:03:22 +0000
commitb5204da735c9485e0eb747528bea2115209e0822 (patch)
treed0972cc09c81e7fc9d935e9adfee752015de4cad /pkgs/tools/networking/urlwatch
parent1fd9740efbabc5cb5f90296e47a641f440eab822 (diff)
urlwatch: 2.9 -> 2.11
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/urlwatch/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/gpf4j5mmd5zbz0rqj39d57d38f6311pn-urlwatch-2.11/bin/.urlwatch-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/gpf4j5mmd5zbz0rqj39d57d38f6311pn-urlwatch-2.11/bin/urlwatch had a zero exit code or showed the expected version - 0 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 2.11 with grep in /nix/store/gpf4j5mmd5zbz0rqj39d57d38f6311pn-urlwatch-2.11 - directory tree listing: https://gist.github.com/f36eb5277839d9ca3d15995cec7cc592 - du listing: https://gist.github.com/47f738cad88e3941c1c0f149f8aa4fc7
Diffstat (limited to 'pkgs/tools/networking/urlwatch')
-rw-r--r--pkgs/tools/networking/urlwatch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/urlwatch/default.nix b/pkgs/tools/networking/urlwatch/default.nix
index 3e77117e55f0..3efc9e6be232 100644
--- a/pkgs/tools/networking/urlwatch/default.nix
+++ b/pkgs/tools/networking/urlwatch/default.nix
@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
name = "urlwatch-${version}";
- version = "2.9";
+ version = "2.11";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
- sha256 = "0biy02vyhdwghy9qjmjwlfd8hzaz9gfsssd53ng6zpww4wkkiydz";
+ sha256 = "0vp85d62zhca7d841vg82mwlqb8yihshyc8q2cvwm3rpn5vwf0pi";
};
propagatedBuildInputs = with python3Packages; [