Merge pull request #292917 from r-ryantm/auto-update/miniupnpd

miniupnpd: 2.3.4 -> 2.3.5
This commit is contained in:
Weijia Wang 2024-03-17 15:32:55 +01:00 committed by GitHub
commit 8210f26339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,11 +28,11 @@ let
in
stdenv.mkDerivation rec {
pname = "miniupnpd";
version = "2.3.4";
version = "2.3.5";
src = fetchurl {
url = "https://miniupnp.tuxfamily.org/files/miniupnpd-${version}.tar.gz";
sha256 = "sha256-5zAzSPyKxCfefwTw7rdX1J3Mg2cxHuJYJVLDj11toIo=";
sha256 = "sha256-ljekEsM9J3jNrlYQWJM7TgtnRl/xNOlnYaexl1Gy+g8=";
};
buildInputs = [ iptables-legacy libuuid openssl ]