tippecanoe: 2.13.0 -> 2.13.1

This commit is contained in:
R. Ryantm 2022-11-27 10:38:14 +00:00
parent 9767049d4f
commit 1fd9168913

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tippecanoe";
version = "2.13.0";
version = "2.13.1";
src = fetchFromGitHub {
owner = "felt";
repo = "tippecanoe";
rev = finalAttrs.version;
hash = "sha256-YgmePs0GxygR0hvcnRngzW77QZTOygSYvRaYk6oCVls=";
hash = "sha256-cDNaZ3ZYCUWg30Td1hlzzaB46tI7cFZLvgwCAZN72QI=";
};
buildInputs = [ sqlite zlib ];