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

tippecanoe: 2.17.0 -> 2.18.0
This commit is contained in:
Nikolay Korotkiy 2023-01-22 10:50:30 +04:00 committed by GitHub
commit 54b89f8b4a
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.17.0";
version = "2.18.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-GQPex+NX1DDOBWs/tBUsCtIWZ/+jxeblTRQEvfS2WuA=";
hash = "sha256-+V6nV2L1lE5QEkZcDMg9WE3iiBuZN/QTMR+XX/IdjmA=";
};
buildInputs = [ sqlite zlib ];