summary refs log tree commit diff
path: root/pkgs/development/libraries/pupnp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-12 10:09:43 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-12 19:09:43 +0200
commitce0f4a1b9383667ad6ac6c2b61a435e0bf650892 (patch)
tree6b30ef03f106f8edbe63a002f48d6b7e1f30ac8b /pkgs/development/libraries/pupnp
parenta8765ad7b5dcc0d093238cb8089dae32ed30864f (diff)
downloadnixpkgs-ce0f4a1b9383667ad6ac6c2b61a435e0bf650892.tar
nixpkgs-ce0f4a1b9383667ad6ac6c2b61a435e0bf650892.tar.gz
nixpkgs-ce0f4a1b9383667ad6ac6c2b61a435e0bf650892.tar.bz2
nixpkgs-ce0f4a1b9383667ad6ac6c2b61a435e0bf650892.tar.lz
nixpkgs-ce0f4a1b9383667ad6ac6c2b61a435e0bf650892.tar.xz
nixpkgs-ce0f4a1b9383667ad6ac6c2b61a435e0bf650892.tar.zst
nixpkgs-ce0f4a1b9383667ad6ac6c2b61a435e0bf650892.zip
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
Diffstat (limited to 'pkgs/development/libraries/pupnp')
-rw-r--r--pkgs/development/libraries/pupnp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/pupnp/default.nix b/pkgs/development/libraries/pupnp/default.nix
index fd738faf507..018a57ad057 100644
--- a/pkgs/development/libraries/pupnp/default.nix
+++ b/pkgs/development/libraries/pupnp/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "libupnp-${version}";
-  version = "1.6.21";
+  version = "1.8.3";
 
   src = fetchFromGitHub {
     owner = "mrjimenez";
     repo = "pupnp";
     rev = "release-${version}";
-    sha256 = "07ksfhadinaa20542gblrxi9pqz0v6y70a836hp3qr4037id4nm9";
+    sha256 = "1w0kfq1pg3y2wl6gwkm1w872g0qz29w1z9wj08xxmwnk5mkpvsrl";
   };
 
   nativeBuildInputs = [ autoreconfHook ];