Merge pull request #39760 from r-ryantm/auto-update/miniupnpd

miniupnpd: 2.0.20180410 -> 2.0.20180422
This commit is contained in:
xeji 2018-05-01 00:50:37 +02:00 committed by GitHub
commit c98ffcadd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "miniupnpd-2.0.20180410";
name = "miniupnpd-2.0.20180422";
src = fetchurl {
url = "http://miniupnp.free.fr/files/download.php?file=${name}.tar.gz";
sha256 = "1w4crmsmrygagh0v9phx8aicbyh6nypfjh2fdmknijngvx05biaq";
sha256 = "03g9r519p127sj6rl2x535022bwj8vzvdwp4385v7vnjrd4dswzy";
name = "${name}.tar.gz";
};