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

tippecanoe: 2.62.3 -> 2.62.4 (#345020)

parents b040cbea 9793b135
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.62.3";
  version = "2.62.4";

  src = fetchFromGitHub {
    owner = "felt";
    repo = "tippecanoe";
    rev = finalAttrs.version;
    hash = "sha256-1rj2nfp18EZL9aSiUs1ASJnAqHyM9lztsfkak7Ipy6o=";
    hash = "sha256-mHeBzXJ4d60tJ1xAN8YldP94GCE8Ch1cvJqMD0ZaV34=";
  };

  buildInputs = [ sqlite zlib ];