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

tippecanoe: 2.18.0 -> 2.19.0
This commit is contained in:
Nikolay Korotkiy 2023-01-30 00:02:13 +04:00 committed by GitHub
commit 2aefbd0157
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.18.0";
version = "2.19.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-+V6nV2L1lE5QEkZcDMg9WE3iiBuZN/QTMR+XX/IdjmA=";
hash = "sha256-FWdAMIAoj3/+SQLIan++UpmWH1o3v92FsDw//b5RorM=";
};
buildInputs = [ sqlite zlib ];