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

tippecanoe: 2.6.0 -> 2.9.1
This commit is contained in:
Robert Scott 2022-10-23 18:55:46 +01:00 committed by GitHub
commit 30f6859a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.6.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-58/FS5nxzK5JSc0D1KXooSjrKMdOnpF7dvwAK9rUZZk=";
hash = "sha256-DNIkQwJUeBdVdx06NM0KMWpTTwtMyBfKc/PwGiK4wvQ=";
};
buildInputs = [ sqlite zlib ];