Commit 7a2be5b7 authored by R. RyanTM's avatar R. RyanTM
Browse files

miniupnpc: 2.2.6 -> 2.2.7

parent 0c9055e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

stdenv.mkDerivation rec {
  pname = "miniupnpc";
  version = "2.2.6";
  version = "2.2.7";

  src = fetchurl {
    url = "https://miniupnp.tuxfamily.org/files/${pname}-${version}.tar.gz";
    sha256 = "sha256-N/zZGVNQjD5i1pZLuP+8XUfz4TSB+lTmIU/MaHBMZvE=";
    sha256 = "sha256-sMOicFaED9DskyilqbrD3F4OxtLoczNJz1d7CqHnCsE=";
  };

  nativeBuildInputs = [ cmake ];