Merge pull request #276471 from r-ryantm/auto-update/tippecanoe

tippecanoe: 2.37.1 -> 2.39.0
This commit is contained in:
Nikolay Korotkiy
2023-12-24 19:59:20 +04:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.37.1";
version = "2.39.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-BS9QBNLAg1VB290Mu0/V3oYLH/XfGcvZp5dVg4WQGck=";
hash = "sha256-uKp/lFOOsoLiOSzydroGe4VtBv+YqnfXiV1PdSe0Qj0=";
};
buildInputs = [ sqlite zlib ];