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

tippecanoe: 2.41.2 -> 2.41.3
This commit is contained in:
Nick Cao 2024-02-01 09:13:41 -05:00 committed by GitHub
commit e9840da147
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.2";
version = "2.41.3";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-d5+0/+4NaW7BBYsRZ3WK8BJYVpUZUmwtvzjfBhS9lcc=";
hash = "sha256-yHX0hQbuPFaosBR/N7TmQKOHnd2LG6kkfGUBlaSkA8E=";
};
buildInputs = [ sqlite zlib ];