smcroute: 2.5.5 -> 2.5.6

This commit is contained in:
R. Ryantm 2022-11-29 19:29:03 +00:00
parent 81bb2ba472
commit 405828ed1c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "smcroute";
version = "2.5.5";
version = "2.5.6";
src = fetchFromGitHub {
owner = "troglobit";
repo = "smcroute";
rev = version;
sha256 = "sha256-kMK2XLyI9GG83gxjVh4I7wSMEPM5iJSmgtwVJNHn9OQ=";
sha256 = "sha256-I9kc1F+GZf8Gl0Wx3J45Bf/RyFTyHVhwDz5l+sp/2pc=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];