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