libupnp: 1.8.3 -> 1.8.4 (#49268)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libupnp/versions
This commit is contained in:
R. RyanTM 2018-10-27 08:53:16 -07:00 committed by Samuel Leathers
parent 7eedac5fc5
commit 154d026917
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libupnp-${version}";
version = "1.8.3";
version = "1.8.4";
src = fetchFromGitHub {
owner = "mrjimenez";
repo = "pupnp";
rev = "release-${version}";
sha256 = "1w0kfq1pg3y2wl6gwkm1w872g0qz29w1z9wj08xxmwnk5mkpvsrl";
sha256 = "1daml02z4rs9cxls95p2v24jvwcsp43a0gqv06s84ay5yn6r47wx";
};
nativeBuildInputs = [ autoreconfHook ];