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

This commit is contained in:
Artturi 2021-09-14 17:11:05 +03:00 committed by GitHub
commit 2d3fd7e4a2
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.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "troglobit";
repo = "smcroute";
rev = version;
sha256 = "sha256-r6f/tC2832yIMoXVIUKTolonzhnVWQY46HfP3pu5ndY=";
sha256 = "sha256-yycTH6p0Ep8bDRlq/086j+sznxCpqwDrHaN99AKShz8=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];