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

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