Skip to content

Commit

Permalink
Merge pull request NixOS#330391 from r-ryantm/auto-update/tippecanoe
Browse files Browse the repository at this point in the history
tippecanoe: 2.56.0 -> 2.57.0
  • Loading branch information
sikmir authored Jul 27, 2024
2 parents 1f12de7 + 8909271 commit 5f30950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ti/tippecanoe/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.56.0";
version = "2.57.0";

src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-n1ZhOlhrI1cSOwv7NP2VDAPC/2HmMJBkNLH6NPY3BnM=";
hash = "sha256-IFyewy/is5BNJ7/LzhHXLwLaSrMAJ6II1aSY9AspEk4=";
};

buildInputs = [ sqlite zlib ];
Expand Down

0 comments on commit 5f30950

Please sign in to comment.