tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
miniupnpc_2: 2.1.20190625 -> 2.2.4
Pavol Rusnak
3 years ago
7cce48d5
cb445d52
+4
-5
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
miniupnpc
default.nix
+4
-5
pkgs/tools/networking/miniupnpc/default.nix
reviewed
···
6
6
pname = "miniupnpc";
7
7
inherit version;
8
8
src = fetchurl {
9
9
-
name = "${pname}-${version}.tar.gz";
10
10
-
url = "http://miniupnp.free.fr/files/download.php?file=${pname}-${version}.tar.gz";
9
9
+
url = "https://miniupnp.tuxfamily.org/files/${pname}-${version}.tar.gz";
11
10
inherit sha256;
12
11
};
13
12
···
24
23
'';
25
24
26
25
meta = with lib; {
27
27
-
homepage = "http://miniupnp.free.fr/";
26
26
+
homepage = "https://miniupnp.tuxfamily.org/";
28
27
description = "A client that implements the UPnP Internet Gateway Device (IGD) specification";
29
28
platforms = with platforms; linux ++ freebsd ++ darwin;
30
29
license = licenses.bsd3;
···
32
31
};
33
32
in {
34
33
miniupnpc_2 = generic {
35
35
-
version = "2.1.20190625";
36
36
-
sha256 = "1yqp0d8x5ldjfma5x2vhpg1aaafdg0470ismccixww3rzpbza8w7";
34
34
+
version = "2.2.4";
35
35
+
sha256 = "0jrc84lkc7xb53rb8dbswxrxj21ndj1iiclmk3r9wkp6xm55w6j8";
37
36
};
38
37
miniupnpc_1 = generic {
39
38
version = "1.9.20160209";