summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 01:42:32 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 01:42:32 -0700
commit7169c8a31accf8dc37deff9243f7499d2468924f (patch)
tree9c9095b35474cc2c0d36a8153e9018fe695e02e3 /pkgs/tools
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-7169c8a31accf8dc37deff9243f7499d2468924f.tar
nixlib-7169c8a31accf8dc37deff9243f7499d2468924f.tar.gz
nixlib-7169c8a31accf8dc37deff9243f7499d2468924f.tar.bz2
nixlib-7169c8a31accf8dc37deff9243f7499d2468924f.tar.lz
nixlib-7169c8a31accf8dc37deff9243f7499d2468924f.tar.xz
nixlib-7169c8a31accf8dc37deff9243f7499d2468924f.tar.zst
nixlib-7169c8a31accf8dc37deff9243f7499d2468924f.zip
miniupnpd: 2.0.20180422 -> 2.0.20180503
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/0808e377cf01f4f52c13c600fb4d5e22
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/miniupnpd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/miniupnpd/default.nix b/pkgs/tools/networking/miniupnpd/default.nix
index 3a1bba4ce8c1..2f907df8dcac 100644
--- a/pkgs/tools/networking/miniupnpd/default.nix
+++ b/pkgs/tools/networking/miniupnpd/default.nix
@@ -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";
   };