Skip to content

Commit 028129d

Browse files
authored
tippecanoe: 2.73.0 -> 2.74.0 (#373627)
2 parents e2da16a + e427b8d commit 028129d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ti/tippecanoe/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "tippecanoe";
13-
version = "2.73.0";
13+
version = "2.74.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "felt";
1717
repo = "tippecanoe";
1818
rev = finalAttrs.version;
19-
hash = "sha256-IQEtfLRWe0/R6FSGzyar+qcpng0nm3LcyBb352TLZrs=";
19+
hash = "sha256-LOy9q2Qc47DQxPkAt2mmlmrJUcoL+hBpm0dFI4oZo/0=";
2020
};
2121

2222
buildInputs = [

0 commit comments

Comments
 (0)