Merge pull request #55233 from r-ryantm/auto-update/osrm-backend

osrm-backend: 5.21.0 -> 5.22.0
This commit is contained in:
Ryan Mulligan 2019-02-06 06:33:35 -08:00 committed by GitHub
commit 8317d16d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "osrm-backend-${version}";
version = "5.21.0";
version = "5.22.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "Project-OSRM";
repo = "osrm-backend";
sha256 = "18v2lwx5iyn73b5bfh2r898cwps7m9pwym197dl8lg0jy88m129m";
sha256 = "1m4hf26mgfvvx9z37qww8v8w4mhzyfl554ymdnzl99pr5ild093s";
};
nativeBuildInputs = [ cmake pkgconfig ];