Merge pull request #203648 from r-ryantm/auto-update/smcroute

smcroute: 2.5.5 -> 2.5.6
This commit is contained in:
Mario Rodas
2022-12-01 04:49:24 -05:00
committed by GitHub
+2 -2
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 ];