smcroute: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm 2021-10-28 16:15:04 +00:00
parent 22a500a3f8
commit 91d73d7843

View file

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