libupnp: 1.14.4 -> 1.14.6

Fixes: CVE-2021-29462
This commit is contained in:
Martin Weinelt 2021-04-21 15:22:00 +02:00
parent 35057bfb29
commit fbe0533659
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -6,15 +6,15 @@
stdenv.mkDerivation rec {
pname = "libupnp";
version = "1.14.4";
version = "1.14.6";
outputs = [ "out" "dev" ];
src = fetchFromGitHub {
owner = "mrjimenez";
owner = "pupnp";
repo = "pupnp";
rev = "release-${version}";
sha256 = "sha256-4VuTbcEjr9Ffrowb3eOtXFU8zPNu1NXS531EOZpI07A=";
sha256 = "1f9861q5dicp6rx3jnp1j788xfjfaf3k4620p9r0b0k0lj2gk38c";
};
nativeBuildInputs = [