miniupnpd: 1.9.20160113 -> 1.9.20160209

Changes: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
This commit is contained in:
Tobias Geerinckx-Rice 2016-02-11 21:36:33 +01:00
parent 39bd42e650
commit be0abb32f6
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "miniupnpd-1.9.20160113";
name = "miniupnpd-1.9.20160209";
src = fetchurl {
url = "http://miniupnp.free.fr/files/download.php?file=${name}.tar.gz";
sha256 = "084ii5vb54rr8sg50cqvsw5rj6linj23p3gnxwfyl100dkkgvcaa";
sha256 = "0r4giqsr39s17mn9lmmy3zawrfj7kj9im7nzv7mx3rgz2ncw092z";
name = "${name}.tar.gz";
};