tippecanoe: 2.45.0 -> 2.46.0

This commit is contained in:
R. Ryantm 2024-02-27 13:14:02 +00:00
parent c8208f98ab
commit 39f80919f3

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.45.0";
version = "2.46.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-LsXK3qcS7x0FHJH5QQ0rM/h+jFSnkwa8mUbHKgcQ6NU=";
hash = "sha256-UsQb90DKK05JByF3rh6kcvSaugEemU2Gg4c/owImNVs=";
};
buildInputs = [ sqlite zlib ];