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

tippecanoe: 2.55.0 -> 2.56.0
This commit is contained in:
Nikolay Korotkiy 2024-07-17 12:01:13 +04:00 committed by GitHub
commit 6cb2304c5f
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.55.0";
version = "2.56.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-hF1tiI5M8BdJoJEZDqC6BkzndmYRQU4jHhjUvYowBTU=";
hash = "sha256-n1ZhOlhrI1cSOwv7NP2VDAPC/2HmMJBkNLH6NPY3BnM=";
};
buildInputs = [ sqlite zlib ];