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

tippecanoe: 2.16.0 -> 2.17.0
This commit is contained in:
Nikolay Korotkiy 2023-01-01 10:35:02 +04:00 committed by GitHub
commit 493c788479
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.16.0";
version = "2.17.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-C0FCdCgycCh+3iG4D9HMOzx/r+MoYdJUgWL5fs8T1rU=";
hash = "sha256-GQPex+NX1DDOBWs/tBUsCtIWZ/+jxeblTRQEvfS2WuA=";
};
buildInputs = [ sqlite zlib ];