Merge pull request #291833 from r-ryantm/auto-update/tippecanoe

tippecanoe: 2.45.0 -> 2.46.0
This commit is contained in:
Nick Cao 2024-02-27 09:35:17 -05:00 committed by GitHub
commit 3c6b3fdd4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.45.0";
version = "2.46.0";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-LsXK3qcS7x0FHJH5QQ0rM/h+jFSnkwa8mUbHKgcQ6NU=";
hash = "sha256-UsQb90DKK05JByF3rh6kcvSaugEemU2Gg4c/owImNVs=";
};
buildInputs = [ sqlite zlib ];

View File

@ -35565,8 +35565,6 @@ with pkgs;
inherit (linuxPackages) x86_energy_perf_policy;
};
tippecanoe = callPackage ../applications/misc/tippecanoe { };
tmatrix = callPackage ../applications/misc/tmatrix { };
tnef = callPackage ../applications/misc/tnef { };