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

tippecanoe: 2.75.1 -> 2.77.0 (#395988)

parents 527dec62 edef4448
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

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

  src = fetchFromGitHub {
    owner = "felt";
    repo = "tippecanoe";
    tag = finalAttrs.version;
    hash = "sha256-rBuk34lOrp9aW7yK0LOTRqFJg3J8IogR01kcFhgK12Y=";
    hash = "sha256-7yRrUn1U0iERlix/8/oaMaizlpzqdiSIHj298ykaJjE=";
  };

  buildInputs = [