tippecanoe: 2.13.1 -> 2.15.0

This commit is contained in:
R. Ryantm 2022-12-07 02:58:53 +00:00
parent 7ea3d4395d
commit 0be6789850

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.13.1";
version = "2.15.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-cDNaZ3ZYCUWg30Td1hlzzaB46tI7cFZLvgwCAZN72QI=";
hash = "sha256-InKVwB031BLOngcLAa1zRbgoswUb4z5I0FPNMZk9KVI=";
};
buildInputs = [ sqlite zlib ];