minissdpd: 1.5.20160301 -> 1.5.20180203

Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.5.20180203 in filename of file in /nix/store/2igp4fsygsvwysdjd5pnxmbq951n1lr3-minissdpd-1.5.20180203
This commit is contained in:
Ryan Mulligan 2018-02-27 06:06:23 -08:00
parent 6a10134205
commit 45a08b94df

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "minissdpd-${version}";
version = "1.5.20160301";
version = "1.5.20180203";
src = fetchurl {
sha256 = "053icnb25jg2vvjxirkznks3ipbbdjxac278y19rk2w9cirgi9lv";
sha256 = "1yiri887s8wxh4zrjc5dw19gyypqg63962aimcgd19blvpbwnfcv";
url = "http://miniupnp.free.fr/files/download.php?file=${name}.tar.gz";
name = "${name}.tar.gz";
};