tippecanoe: 2.62.3 -> 2.62.4 (#345020)

This commit is contained in:
Nikolay Korotkiy 2024-09-28 12:55:16 +04:00 committed by GitHub
commit e9116281e1
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.3";
version = "2.62.4";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-1rj2nfp18EZL9aSiUs1ASJnAqHyM9lztsfkak7Ipy6o=";
hash = "sha256-mHeBzXJ4d60tJ1xAN8YldP94GCE8Ch1cvJqMD0ZaV34=";
};
buildInputs = [ sqlite zlib ];