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

smcroute: 2.5.2 -> 2.5.3
This commit is contained in:
Bobby Rong 2021-11-22 14:51:01 +08:00 committed by GitHub
commit 511c798029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];