smcroute: 2.5.3 -> 2.5.5

This commit is contained in:
R. Ryantm 2021-12-06 14:31:58 +00:00
parent 7f744ff0b9
commit 7cccd548fd

View File

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