miniupnpd: 1.9.20160216 -> 1.9.20160222

- set IPv6 Hop limit to 10
- fix HOST: header of event notifications in IPv6
- be more compliant on 64bit machines : ui4 in [0;2^32-1]
This commit is contained in:
Tobias Geerinckx-Rice 2016-02-23 01:26:38 +01:00
parent 759f48ab07
commit 818263ce46

View file

@ -3,11 +3,11 @@
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "miniupnpd-1.9.20160216";
name = "miniupnpd-1.9.20160222";
src = fetchurl {
url = "http://miniupnp.free.fr/files/download.php?file=${name}.tar.gz";
sha256 = "001f9qc8zzrqbmjvpgwvpmi85sgb5ncl6gi9djxjr5n95a92r0g3";
sha256 = "0q694dla4v36qsc0x50xqg2jjhwdi9pl7r2gl10yvhkahxqx1ng7";
name = "${name}.tar.gz";
};