tippecanoe: 2.73.0 -> 2.74.0

This commit is contained in:
R. Ryantm 2025-01-14 04:29:33 +00:00
parent 9b8c09ebfa
commit e427b8dae3

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.73.0";
version = "2.74.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-IQEtfLRWe0/R6FSGzyar+qcpng0nm3LcyBb352TLZrs=";
hash = "sha256-LOy9q2Qc47DQxPkAt2mmlmrJUcoL+hBpm0dFI4oZo/0=";
};
buildInputs = [