Merge pull request #301451 from r-ryantm/auto-update/tippecanoe

tippecanoe: 2.52.0 -> 2.53.0
This commit is contained in:
Nikolay Korotkiy 2024-04-04 19:03:22 +04:00 committed by GitHub
commit d54fa1d555
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.52.0";
version = "2.53.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-EXutd+uaMtvs+fWmDIIzuVC8Q+Eo439TEYiMfo+Inco=";
hash = "sha256-0GBrGLE0owhGTc/+D1W6X+hkpuX2GPu6gXQ7J2pHK9o=";
};
buildInputs = [ sqlite zlib ];