tippecanoe: 2.62.2 -> 2.62.3 (#343500)

This commit is contained in:
Nikolay Korotkiy 2024-09-21 20:12:33 +04:00 committed by GitHub
commit c4163ec5d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];