tippecanoe: 2.18.0 -> 2.19.0

This commit is contained in:
R. Ryantm 2023-01-29 19:52:23 +00:00
parent 2be9646b90
commit 002f51e03d

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.18.0";
version = "2.19.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-+V6nV2L1lE5QEkZcDMg9WE3iiBuZN/QTMR+XX/IdjmA=";
hash = "sha256-FWdAMIAoj3/+SQLIan++UpmWH1o3v92FsDw//b5RorM=";
};
buildInputs = [ sqlite zlib ];