tippecanoe: 2.70.0 -> 2.72.0

This commit is contained in:
R. Ryantm 2024-12-09 10:07:29 +00:00
parent 962bd73da6
commit cc0941133b

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.70.0";
version = "2.72.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-v2dLYW05SlUhLHdUfuf211vQe2xg+IIMS4mJteCzWLk=";
hash = "sha256-5Ox/2K9cls8lZ+C/Fh5VQmgNEtbdMW0mh4fhBl6ecP8=";
};
buildInputs = [ sqlite zlib ];