Unverified Commit e154a13d authored by Daniel Nagy's avatar Daniel Nagy
Browse files

miniupnpc: 2.2.7 -> 2.2.8

parent 25aebb4c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

  src = fetchFromGitHub {
    owner = "miniupnp";
    repo = "miniupnp";
    rev = "miniupnpc_${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-cIijY1NcdF169tibfB13845UT9ZoJ/CZ+XLES9ctWTY=";
    hash = "sha256-kPH5nr+rIcF3mxl+L0kN5dn+9xvQccVa8EduwhuYboY=";
  };

  sourceRoot = "${src.name}/miniupnpc";