osrm-backend: 5.22.0 -> 5.23.0

This commit is contained in:
Justin Humm 2020-10-15 00:57:12 +02:00
parent 84420802f4
commit 37943b4003

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "osrm-backend";
version = "5.22.0";
version = "5.23.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "Project-OSRM";
repo = "osrm-backend";
sha256 = "1m4hf26mgfvvx9z37qww8v8w4mhzyfl554ymdnzl99pr5ild093s";
rev = "v${version}";
sha256 = "sha256-FWfrdnpdx4YPa9l7bPc6QNyqyNvrikdeADSZIixX5vE=";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=pessimizing-move" "-Wno-error=redundant-move" ];