Merge pull request #273144 from r-ryantm/auto-update/tippecanoe

tippecanoe: 2.35.0 -> 2.37.1
This commit is contained in:
Nikolay Korotkiy 2023-12-09 23:14:37 +04:00 committed by GitHub
commit 822cf89c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.35.0";
version = "2.37.1";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-l19p/Ql1gaNJpmDH46jwLgUUmJ5YTYRQi6DdayAd84Q=";
hash = "sha256-BS9QBNLAg1VB290Mu0/V3oYLH/XfGcvZp5dVg4WQGck=";
};
buildInputs = [ sqlite zlib ];