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

miniupnpd: 2.0.20180422 -> 2.0.20180503
This commit is contained in:
xeji 2018-05-07 17:11:33 +02:00 committed by GitHub
commit 66b2c898f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, iptables, libuuid, pkgconfig }:
stdenv.mkDerivation rec {
name = "miniupnpd-2.0.20180422";
name = "miniupnpd-2.0.20180503";
src = fetchurl {
url = "http://miniupnp.free.fr/files/download.php?file=${name}.tar.gz";
sha256 = "03g9r519p127sj6rl2x535022bwj8vzvdwp4385v7vnjrd4dswzy";
sha256 = "031aw66b09ij2yv640xjbp302vkwr8ima5cz7a0951jzhqbfs6xn";
name = "${name}.tar.gz";
};