miniupnpd: 1.9.20160212 -> 1.9.20160216

Changes:
- minor changes to follow UDA 1.1 more closely.
- more argument checking in Soap methods.

Log: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
This commit is contained in:
Tobias Geerinckx-Rice 2016-02-17 21:09:51 +01:00
parent 6497468762
commit 3675366f81

View File

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