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

smcroute: 2.5.3 -> 2.5.5
This commit is contained in:
Bobby Rong 2021-12-27 18:12:42 +08:00 committed by GitHub
commit 4e3c158740
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.3";
version = "2.5.5";
src = fetchFromGitHub {
owner = "troglobit";
repo = "smcroute";
rev = version;
sha256 = "sha256-0s4BIJbbygt7Wpxlp13QGbXpvZsdIBszE7TOaN2aq/E=";
sha256 = "sha256-kMK2XLyI9GG83gxjVh4I7wSMEPM5iJSmgtwVJNHn9OQ=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];