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

libupnp: 1.14.16 -> 1.14.17
This commit is contained in:
Weijia Wang 2023-05-05 16:22:49 +03:00 committed by GitHub
commit 752c8691eb
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.16";
version = "1.14.17";
outputs = [ "out" "dev" ];
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
owner = "pupnp";
repo = "pupnp";
rev = "release-${version}";
sha256 = "sha256-JsissTWnF8GuHSWeCmWOusDYV32Xu0LDRqZCm7yz6YY=";
sha256 = "sha256-vb540oqDn6Y+oD0LriOJckYYkI/zcHkEVc8mL/+9bps=";
};
nativeBuildInputs = [