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

tippecanoe: 2.57.0 -> 2.58.0
This commit is contained in:
Nikolay Korotkiy 2024-08-08 19:56:47 +04:00 committed by GitHub
commit 9f511f8663
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.57.0";
version = "2.58.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-IFyewy/is5BNJ7/LzhHXLwLaSrMAJ6II1aSY9AspEk4=";
hash = "sha256-YeK036tiU5Z/tf4L+islWJuqbhaNCTtVMoY7jvPPhm4=";
};
buildInputs = [ sqlite zlib ];