Skip to content

Commit

Permalink
miniupnpc: 2.2.5 -> 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 5, 2024
1 parent 434f6ae commit 08d8359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/miniupnpc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

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

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

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 08d8359

Please sign in to comment.