tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
urlwatch: update to version 1.18
tv
11 years ago
68e85fcc
bd81885f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
urlwatch
default.nix
+2
-2
pkgs/tools/networking/urlwatch/default.nix
···
1
1
{ stdenv, fetchurl, python3Packages }:
2
2
3
3
python3Packages.buildPythonPackage rec {
4
4
-
name = "urlwatch-1.17";
4
4
+
name = "urlwatch-1.18";
5
5
6
6
src = fetchurl {
7
7
url = "http://thp.io/2008/urlwatch/${name}.tar.gz";
8
8
-
sha256 = "1xl8gi01bfbrg2mchns9cgagpxjjsig1x4kis3isqgfg4k0h8vq0";
8
8
+
sha256 = "090qfgx249ks7103sap6w47f8302ix2k46wxhfssxwsqcqdl25vb";
9
9
};
10
10
11
11
patchPhase = ''