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

tippecanoe: 2.41.3 -> 2.42.0
This commit is contained in:
Nikolay Korotkiy 2024-02-08 18:16:50 +04:00 committed by GitHub
commit 7a473abcc9
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.41.3";
version = "2.42.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-yHX0hQbuPFaosBR/N7TmQKOHnd2LG6kkfGUBlaSkA8E=";
hash = "sha256-+IEgjjfotu2gLnaPyV29MEpVndgaZYRaFc92jvAKcWo=";
};
buildInputs = [ sqlite zlib ];