tippecanoe: 2.78.0 -> 2.79.0

This commit is contained in:
R. Ryantm
2025-07-25 04:20:23 +00:00
parent 26fe5299e6
commit 64f7183403
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.78.0";
version = "2.79.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
tag = finalAttrs.version;
hash = "sha256-RSth1mFiVHtiZkGVvaIRxNQ3nYtV/GAL64D7fFB1NYs=";
hash = "sha256-oEGjeOJWOV7ZO6GjpzC+rbvxyKDm7w64NQ6m43Wa30k=";
};
buildInputs = [