Unverified Commit eeedf03e authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

tippecanoe: 2.60.0 -> 2.62.0 (#339969)

parents f6330df7 2da9e105
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "tippecanoe";
  version = "2.60.0";
  version = "2.62.0";

  src = fetchFromGitHub {
    owner = "felt";
    repo = "tippecanoe";
    rev = finalAttrs.version;
    hash = "sha256-29jQiPyHotvBm/puoT/WOVgX1Y3N3Q94O+oJ1IjaoKM=";
    hash = "sha256-qlEXGtDYQENMaA6VsdDZy/7IW8jWP4zfWoymWC2InO0=";
  };

  buildInputs = [ sqlite zlib ];