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

tippecanoe: 2.15.0 -> 2.16.0
This commit is contained in:
Nikolay Korotkiy 2022-12-22 20:09:59 +04:00 committed by GitHub
commit 1ea4bbd046
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.15.0";
version = "2.16.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-InKVwB031BLOngcLAa1zRbgoswUb4z5I0FPNMZk9KVI=";
hash = "sha256-C0FCdCgycCh+3iG4D9HMOzx/r+MoYdJUgWL5fs8T1rU=";
};
buildInputs = [ sqlite zlib ];