tippecanoe: 2.62.2 -> 2.62.3

This commit is contained in:
Augustin Trancart 2024-09-21 15:26:11 +02:00
parent 386352a0f4
commit 790e9c6e7b

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.62.2";
version = "2.62.3";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-x8+UJZYdtiwYAoMgJeDKtXbrT0A96jRu5pbkA6WOce4=";
hash = "sha256-1rj2nfp18EZL9aSiUs1ASJnAqHyM9lztsfkak7Ipy6o=";
};
buildInputs = [ sqlite zlib ];