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

libupnp: 1.14.14 -> 1.14.15
This commit is contained in:
Weijia Wang 2023-03-17 15:34:28 +02:00 committed by GitHub
commit c3e393adb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "libupnp";
version = "1.14.14";
version = "1.14.15";
outputs = [ "out" "dev" ];
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "pupnp";
repo = "pupnp";
rev = "release-${version}";
sha256 = "sha256-LZFCfYz6MKMt0IDH22EbcmTRUXrrhQMaSjqAZH28nIQ=";
sha256 = "sha256-Yrd5sRvFsqBzVHODutK5JHCgoqzh26s/sGmsU2Db+bI=";
};
nativeBuildInputs = [