Merge pull request #184076 from r-ryantm/auto-update/tegola

tegola: 0.15.0 -> 0.15.2
This commit is contained in:
Jonas Heinrich 2022-08-28 14:06:33 +02:00 committed by GitHub
commit 8a0f52dec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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