tegola: 0.15.2 → 0.16.0

This commit is contained in:
Nikolay Korotkiy 2022-12-01 22:50:37 +03:00
parent 82d4c2c851
commit c780d20881
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tegola";
version = "0.15.2";
version = "0.16.0";
src = fetchFromGitHub {
owner = "go-spatial";
repo = pname;
repo = "tegola";
rev = "v${version}";
sha256 = "sha256-ewpM66L/Qd8ofUeS/5BN2f7XeLxiKGlLXskBGglJNsk=";
sha256 = "sha256-W1UTh8OZpWaCLwMPQopGjSqXNgO9FoIEIJIG9yOwTtY=";
};
vendorSha256 = null;