miniupnpc: 2.2.7 -> 2.2.8

This commit is contained in:
Daniel Nagy 2024-07-07 16:00:00 +02:00
parent 25aebb4c0e
commit e154a13da5
No known key found for this signature in database

View File

@ -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=";
rev = "miniupnpc_${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-kPH5nr+rIcF3mxl+L0kN5dn+9xvQccVa8EduwhuYboY=";
};
sourceRoot = "${src.name}/miniupnpc";