Merge pull request #215012 from r-ryantm/auto-update/mapcache

mapcache: 1.12.1 -> 1.14.0

authored by Nikolay Korotkiy and committed by GitHub 4fbaf6bd ef5da70d

+4 -2
+4 -2
pkgs/servers/geospatial/mapcache/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "mapcache"; 8 - version = "1.12.1"; 8 + version = "1.14.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "MapServer"; 12 12 repo = pname; 13 13 rev = "rel-${lib.replaceStrings [ "." ] [ "-" ] version}"; 14 - sha256 = "sha256-NuiZMWcmsN5wDCd37Hvj3cazwT3Ea+OknV/YR3urZB0="; 14 + sha256 = "sha256-+QP4xXhP+MNqnhMUtMdtKrcuJ0M2BXWu3mbxXzj5ybc="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ ··· 47 47 "-DWITH_PCRE=ON" 48 48 "-DAPACHE_MODULE_DIR=${placeholder "out"}/modules" 49 49 ]; 50 + 51 + NIX_CFLAGS_COMPILE = "-std=c99"; 50 52 51 53 meta = with lib; { 52 54 description = "A server that implements tile caching to speed up access to WMS layers";