tippecanoe: 2.39.0 -> 2.40.0

This commit is contained in:
R. Ryantm 2024-01-06 07:07:28 +00:00
parent 338a8dc6c1
commit d6955cf5fe

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.39.0";
version = "2.40.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-uKp/lFOOsoLiOSzydroGe4VtBv+YqnfXiV1PdSe0Qj0=";
hash = "sha256-zp0+I+Se9spYPEHlxYeYuLaV8EMw80y88zqvfAD9ZsU=";
};
buildInputs = [ sqlite zlib ];