Merge pull request #278858 from r-ryantm/auto-update/miniupnpd
miniupnpd: 2.3.3 -> 2.3.4
This commit is contained in:
commit
70285bcd30
1 changed files with 2 additions and 2 deletions
|
@ -28,11 +28,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "miniupnpd";
|
||||
version = "2.3.3";
|
||||
version = "2.3.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://miniupnp.tuxfamily.org/files/miniupnpd-${version}.tar.gz";
|
||||
sha256 = "sha256-b9cBn5Nv+IxB58gi9G8QtRvXLWZZePZYZIPedbMMNr8=";
|
||||
sha256 = "sha256-5zAzSPyKxCfefwTw7rdX1J3Mg2cxHuJYJVLDj11toIo=";
|
||||
};
|
||||
|
||||
buildInputs = [ iptables-legacy libuuid openssl ]
|
||||
|
|
Loading…
Reference in a new issue