lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libupnp: 1.6.21 -> 1.8.3 (#41684)

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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.8.3 with grep in /nix/store/ymhnn5lpxcs62nkzd1m42yaqqa7iwy66-libupnp-1.8.3
- directory tree listing: https://gist.github.com/c259447b3ed649aa6f8b474103c44f2c
- du listing: https://gist.github.com/4c95913fe86ccf5adf874748002bc31d

authored by

R. RyanTM and committed by
xeji
ce0f4a1b a8765ad7

+2 -2
+2 -2
pkgs/development/libraries/pupnp/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "libupnp-${version}"; 5 - version = "1.6.21"; 5 + version = "1.8.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "mrjimenez"; 9 9 repo = "pupnp"; 10 10 rev = "release-${version}"; 11 - sha256 = "07ksfhadinaa20542gblrxi9pqz0v6y70a836hp3qr4037id4nm9"; 11 + sha256 = "1w0kfq1pg3y2wl6gwkm1w872g0qz29w1z9wj08xxmwnk5mkpvsrl"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ autoreconfHook ];