libupnp: 1.12.0 -> 1.14.0

It fixes CVE-2020-13848 [1]

[1] https://nvd.nist.gov/vuln/detail/CVE-2020-13848
This commit is contained in:
Antoine R. Dumont (@ardumont) 2020-07-13 11:16:13 +02:00 committed by Antoine R. Dumont (@ardumont)
parent 4e1b68b5aa
commit 024ad57ed1
No known key found for this signature in database
GPG Key ID: 52E2E9840D10C3B8
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libupnp";
version = "1.12.0";
version = "1.14.0";
src = fetchFromGitHub {
owner = "mrjimenez";
repo = "pupnp";
rev = "release-${version}";
sha256 = "17jhbzx8khz5vbl0lhcipjzgg897p1k2lp5wcc3hiddcfyh05pdj";
sha256 = "1wp9sz2ld4g6ak9v59i3s5mbsraxsphi9k91vw9xgrbzfmg8w0a6";
};
outputs = [ "dev" "out" ];