Merge pull request #117484 from r-ryantm/auto-update/libupnp

libupnp: 1.14.1 -> 1.14.2
This commit is contained in:
Robert Scott 2021-04-02 20:28:27 +01:00 committed by GitHub
commit 5be7e0a1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [