tippecanoe: 2.9.1 -> 2.11.0

This commit is contained in:
R. Ryantm
2022-11-10 13:43:04 +00:00
parent f3a93620b1
commit 1fa1b22364
@@ -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 ];