tippecanoe: 2.11.0 -> 2.13.0

This commit is contained in:
R. Ryantm 2022-11-20 06:37:33 +00:00
parent 82ee824968
commit 6b3c6dc85f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.11.0";
version = "2.13.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-WFvpq0g+P9gs0VudKB5mVTo/cvWMsaxf13ZORUTf/7c=";
hash = "sha256-YgmePs0GxygR0hvcnRngzW77QZTOygSYvRaYk6oCVls=";
};
buildInputs = [ sqlite zlib ];