summary refs log tree commit diff
path: root/pkgs/development/libraries/pupnp
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2021-04-05 09:57:43 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2021-04-05 10:06:12 +0200
commit0888a90f9e8e8e452580028b641098da83c4ac6b (patch)
tree96b38b3adec00cb75c74f205a930af7df229de64 /pkgs/development/libraries/pupnp
parent05e71fffc7bc7ebe88195ae0a248f9a741312ecf (diff)
downloadnixpkgs-0888a90f9e8e8e452580028b641098da83c4ac6b.tar
nixpkgs-0888a90f9e8e8e452580028b641098da83c4ac6b.tar.gz
nixpkgs-0888a90f9e8e8e452580028b641098da83c4ac6b.tar.bz2
nixpkgs-0888a90f9e8e8e452580028b641098da83c4ac6b.tar.lz
nixpkgs-0888a90f9e8e8e452580028b641098da83c4ac6b.tar.xz
nixpkgs-0888a90f9e8e8e452580028b641098da83c4ac6b.tar.zst
nixpkgs-0888a90f9e8e8e452580028b641098da83c4ac6b.zip
libupnp: 1.14.2 -> 1.14.4
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 a428612e567..de62bde1877 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.2";
+  version = "1.14.4";
 
   outputs = [ "out" "dev" ];
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     owner = "mrjimenez";
     repo = "pupnp";
     rev = "release-${version}";
-    sha256 = "sha256-PVlmAtiozF1dqgXsRXPuDY13TchHdb0UnK6mam4chBE=";
+    sha256 = "sha256-4VuTbcEjr9Ffrowb3eOtXFU8zPNu1NXS531EOZpI07A=";
   };
 
   nativeBuildInputs = [