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

tippecanoe: 2.39.0 -> 2.40.0
This commit is contained in:
Nikolay Korotkiy 2024-01-06 18:38:56 +04:00 committed by GitHub
commit 412f009337
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.39.0";
version = "2.40.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-uKp/lFOOsoLiOSzydroGe4VtBv+YqnfXiV1PdSe0Qj0=";
hash = "sha256-zp0+I+Se9spYPEHlxYeYuLaV8EMw80y88zqvfAD9ZsU=";
};
buildInputs = [ sqlite zlib ];