Commit ad6ea40a authored by R. RyanTM's avatar R. RyanTM
Browse files

libupnp: 1.14.16 -> 1.14.17

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