Merge pull request #298245 from r-ryantm/auto-update/miniupnpd
miniupnpd: 2.3.5 -> 2.3.6
This commit is contained in:
commit
e79b11c09a
@ -28,11 +28,11 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "miniupnpd";
|
pname = "miniupnpd";
|
||||||
version = "2.3.5";
|
version = "2.3.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://miniupnp.tuxfamily.org/files/miniupnpd-${version}.tar.gz";
|
url = "https://miniupnp.tuxfamily.org/files/miniupnpd-${version}.tar.gz";
|
||||||
sha256 = "sha256-ljekEsM9J3jNrlYQWJM7TgtnRl/xNOlnYaexl1Gy+g8=";
|
sha256 = "sha256-Ecp79NS6bGuhLHDDBBgH9Rb02fa2aXvqBOg3YmudZ5w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ iptables-legacy libuuid openssl ]
|
buildInputs = [ iptables-legacy libuuid openssl ]
|
||||||
|
Loading…
Reference in New Issue
Block a user