3
0
Fork 0
forked from mirrors/nixpkgs

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

tippecanoe: 2.13.0 -> 2.13.1
This commit is contained in:
Nikolay Korotkiy 2022-11-27 16:43:22 +04:00 committed by GitHub
commit d45b240963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];