aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/urlwatch
diff options
context:
space:
mode:
authorGuillaume Maudoux <guillaume.maudoux@uclouvain.be>2018-03-25 11:23:01 +0200
committerRobin Gloster <mail@glob.in>2018-03-30 21:20:03 +0200
commita26a68da1e1c3a9dc1a50e557d71b06383bbcd78 (patch)
tree342c3982ac849bd6efbf0cd79841518c13502035 /pkgs/tools/networking/urlwatch
parent0f42b8b573fdc2652f66a770334c21baa6b4f512 (diff)
urlwatch: 2.8 -> 2.9
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 0c37043de9bb..3e77117e55f0 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.8";
+ version = "2.9";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
- sha256 = "1nja7n6pc45azd3l1xyvav89855lvcgwabrvf34rps81dbl8cnl4";
+ sha256 = "0biy02vyhdwghy9qjmjwlfd8hzaz9gfsssd53ng6zpww4wkkiydz";
};
propagatedBuildInputs = with python3Packages; [