summary refs log tree commit diff
path: root/pkgs/development/libraries/pupnp
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-24 15:32:27 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-03-24 15:32:27 +0000
commit2716544c0fc07473c2c2db63e7c64968bef3de59 (patch)
tree5a09194ee04f493916856cf5298c9adae61bdf8e /pkgs/development/libraries/pupnp
parent6b74bbfb9603418fac02cda0352b70661eab2aa6 (diff)
downloadnixpkgs-2716544c0fc07473c2c2db63e7c64968bef3de59.tar
nixpkgs-2716544c0fc07473c2c2db63e7c64968bef3de59.tar.gz
nixpkgs-2716544c0fc07473c2c2db63e7c64968bef3de59.tar.bz2
nixpkgs-2716544c0fc07473c2c2db63e7c64968bef3de59.tar.lz
nixpkgs-2716544c0fc07473c2c2db63e7c64968bef3de59.tar.xz
nixpkgs-2716544c0fc07473c2c2db63e7c64968bef3de59.tar.zst
nixpkgs-2716544c0fc07473c2c2db63e7c64968bef3de59.zip
libupnp: 1.14.1 -> 1.14.2
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 1c06020653e..a428612e567 100644
--- a/pkgs/development/libraries/pupnp/default.nix
+++ b/pkgs/development/libraries/pupnp/default.nix
@@ -6,7 +6,7 @@
 
 stdenv.mkDerivation rec {
   pname = "libupnp";
-  version = "1.14.1";
+  version = "1.14.2";
 
   outputs = [ "out" "dev" ];
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     owner = "mrjimenez";
     repo = "pupnp";
     rev = "release-${version}";
-    sha256 = "sha256-QWwgtfgO+7zGW1M5qdfrIilVw6D/A/Er3l2bZ8V35kE=";
+    sha256 = "sha256-PVlmAtiozF1dqgXsRXPuDY13TchHdb0UnK6mam4chBE=";
   };
 
   nativeBuildInputs = [