tippecanoe: 2.60.0 -> 2.62.0 (#339969)

This commit is contained in:
Nikolay Korotkiy 2024-09-06 18:39:55 +04:00 committed by GitHub
commit eeedf03ed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.60.0";
version = "2.62.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-29jQiPyHotvBm/puoT/WOVgX1Y3N3Q94O+oJ1IjaoKM=";
hash = "sha256-qlEXGtDYQENMaA6VsdDZy/7IW8jWP4zfWoymWC2InO0=";
};
buildInputs = [ sqlite zlib ];