3
0
Fork 0
forked from mirrors/nixpkgs

miniupnpd: 2.0.20180222 -> 2.0.20180410

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/miniupnpd/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/c053a6e75e3997e1633a0c44709ca3a5
This commit is contained in:
R. RyanTM 2018-04-12 05:32:24 -07:00
parent d2ce3a9bda
commit 2c7f4ff6c5

View file

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