Unverified Commit 752c8691 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

libupnp: 1.14.16 -> 1.14.17
parents 3a19dcb4 ad6ea40a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [