smcroute: 2.5.1 -> 2.5.2

This commit is contained in:
R. RyanTM 2021-09-14 02:32:43 +00:00
parent ea59da44e8
commit 78400f0733

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "smcroute";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "troglobit";
repo = "smcroute";
rev = version;
sha256 = "sha256-r6f/tC2832yIMoXVIUKTolonzhnVWQY46HfP3pu5ndY=";
sha256 = "sha256-yycTH6p0Ep8bDRlq/086j+sznxCpqwDrHaN99AKShz8=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];