tippecanoe: 2.64.0 -> 2.70.0 (#356523)

This commit is contained in:
Nikolay Korotkiy 2024-11-16 22:41:09 +04:00 committed by GitHub
commit ddfd26721e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe"; pname = "tippecanoe";
version = "2.64.0"; version = "2.70.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "felt"; owner = "felt";
repo = "tippecanoe"; repo = "tippecanoe";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-5HMyqUdoNFwZccXlsFms4C+jyfMVLCiCcFapC6y7e+M="; hash = "sha256-v2dLYW05SlUhLHdUfuf211vQe2xg+IIMS4mJteCzWLk=";
}; };
buildInputs = [ sqlite zlib ]; buildInputs = [ sqlite zlib ];