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

tippecanoe: 2.9.1 -> 2.11.0
This commit is contained in:
Nikolay Korotkiy 2022-11-10 21:30:38 +04:00 committed by GitHub
commit 2787f9173b
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.9.1";
version = "2.11.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-DNIkQwJUeBdVdx06NM0KMWpTTwtMyBfKc/PwGiK4wvQ=";
hash = "sha256-WFvpq0g+P9gs0VudKB5mVTo/cvWMsaxf13ZORUTf/7c=";
};
buildInputs = [ sqlite zlib ];