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

tippecanoe: 2.42.0 -> 2.43.0
This commit is contained in:
Nikolay Korotkiy
2024-02-13 02:01:47 +04:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.42.0";
version = "2.43.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-+IEgjjfotu2gLnaPyV29MEpVndgaZYRaFc92jvAKcWo=";
hash = "sha256-qJB3Y4UaSmSsDbT/EB+aQSvJj8+yYkI3sQR2UOjilfE=";
};
buildInputs = [ sqlite zlib ];