tippecanoe: 2.37.1 -> 2.39.0

This commit is contained in:
R. Ryantm 2023-12-24 13:41:53 +00:00
parent 42e8265222
commit 6c6016379b

View File

@ -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 ];