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

tippecanoe: 2.51.0 -> 2.52.0
This commit is contained in:
Nikolay Korotkiy 2024-03-23 01:21:01 +04:00 committed by GitHub
commit 500bcb130e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.51.0";
version = "2.52.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-5Cu+0Tn+ExxJTO5AjeTnIJtnpBNKR7nxudD77X696H0=";
hash = "sha256-EXutd+uaMtvs+fWmDIIzuVC8Q+Eo439TEYiMfo+Inco=";
};
buildInputs = [ sqlite zlib ];