Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

tippecanoe: 2.78.0 -> 2.79.0

R. Ryantm 64f71834 26fe5299

+2 -2
+2 -2
pkgs/by-name/ti/tippecanoe/package.nix
··· 10 10 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "tippecanoe"; 13 - version = "2.78.0"; 13 + version = "2.79.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "felt"; 17 17 repo = "tippecanoe"; 18 18 tag = finalAttrs.version; 19 - hash = "sha256-RSth1mFiVHtiZkGVvaIRxNQ3nYtV/GAL64D7fFB1NYs="; 19 + hash = "sha256-oEGjeOJWOV7ZO6GjpzC+rbvxyKDm7w64NQ6m43Wa30k="; 20 20 }; 21 21 22 22 buildInputs = [