summary refs log tree commit diff
path: root/pkgs/tools/networking/urlwatch
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-02-28 08:47:36 +0100
committertv <tv@shackspace.de>2015-02-28 08:47:36 +0100
commit68e85fcc05fd4e60ae123afe79a3ed04cc34d2fa (patch)
treedbdf23d26da9a216365cb3ebc4882e2abe033ba5 /pkgs/tools/networking/urlwatch
parentbd81885f706dae5cdeb8c03845fa43d8b74fa57c (diff)
downloadnixpkgs-68e85fcc05fd4e60ae123afe79a3ed04cc34d2fa.tar
nixpkgs-68e85fcc05fd4e60ae123afe79a3ed04cc34d2fa.tar.gz
nixpkgs-68e85fcc05fd4e60ae123afe79a3ed04cc34d2fa.tar.bz2
nixpkgs-68e85fcc05fd4e60ae123afe79a3ed04cc34d2fa.tar.lz
nixpkgs-68e85fcc05fd4e60ae123afe79a3ed04cc34d2fa.tar.xz
nixpkgs-68e85fcc05fd4e60ae123afe79a3ed04cc34d2fa.tar.zst
nixpkgs-68e85fcc05fd4e60ae123afe79a3ed04cc34d2fa.zip
urlwatch: update to version 1.18
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 4ad9c7cebad..bd580d28320 100644
--- a/pkgs/tools/networking/urlwatch/default.nix
+++ b/pkgs/tools/networking/urlwatch/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, python3Packages }:
 
 python3Packages.buildPythonPackage rec {
-  name = "urlwatch-1.17";
+  name = "urlwatch-1.18";
 
   src = fetchurl {
     url = "http://thp.io/2008/urlwatch/${name}.tar.gz";
-    sha256 = "1xl8gi01bfbrg2mchns9cgagpxjjsig1x4kis3isqgfg4k0h8vq0";
+    sha256 = "090qfgx249ks7103sap6w47f8302ix2k46wxhfssxwsqcqdl25vb";
   };
 
   patchPhase = ''