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

smcroute: 2.4.2 -> 2.4.3
This commit is contained in:
Jörg Thalheim 2018-11-08 21:18:51 +00:00 committed by GitHub
commit 9ca08f39e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "smcroute-${version}"; name = "smcroute-${version}";
version = "2.4.2"; version = "2.4.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "troglobit"; owner = "troglobit";
repo = "smcroute"; repo = "smcroute";
rev = version; rev = version;
sha256 = "197bi3il0c1vldw35ijx3zqyfj738nvfvr7yr4cwrbv40p3ascaq"; sha256 = "1bdz3dic12lwl3rfczd9bxpgjbpw2g7yap2zddz6dvgkqvyjjf1h";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];