Skip to content

Commit

Permalink
tippecanoe: 2.75.0 -> 2.75.1 (NixOS#382073)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Feb 14, 2025
2 parents cc63506 + 0102b4d commit 654c1bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkgs/by-name/ti/tippecanoe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.75.0";
version = "2.75.1";

src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-0ayEGmIUw5jI5utp689oxlFR15TeQ1gbLJIos4AXdd4=";
tag = finalAttrs.version;
hash = "sha256-rBuk34lOrp9aW7yK0LOTRqFJg3J8IogR01kcFhgK12Y=";
};

buildInputs = [
Expand All @@ -37,12 +37,12 @@ stdenv.mkDerivation (finalAttrs: {
version = "v${finalAttrs.version}";
};

meta = with lib; {
meta = {
description = "Build vector tilesets from large collections of GeoJSON features";
homepage = "https://github.com/felt/tippecanoe";
license = licenses.bsd2;
maintainers = teams.geospatial.members;
platforms = platforms.unix;
license = lib.licenses.bsd2;
maintainers = lib.teams.geospatial.members;
platforms = lib.platforms.unix;
mainProgram = "tippecanoe";
};
})

0 comments on commit 654c1bb

Please sign in to comment.