Revert "miniupnpd: 2.1 -> 2.1.20180706 (#43186)"

This reverts commit 5d56adb4fd.
This commit is contained in:
Uli Baum 2018-08-24 15:27:36 +02:00
parent 5305f5c273
commit 00aee56f3d

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, iptables, libuuid, pkgconfig }:
stdenv.mkDerivation rec {
name = "miniupnpd-2.1.20180706";
name = "miniupnpd-2.1";
src = fetchurl {
url = "http://miniupnp.free.fr/files/download.php?file=${name}.tar.gz";
sha256 = "01mhv3lgpj2shs3666zwlhvfiv1mpf4h9mv35g8gihyq8k82ybgw";
sha256 = "1hg0zzvvzfgpnmngmd3ffnsk9x18lwlxlpw5jgh7y6b1jrvr824m";
name = "${name}.tar.gz";
};