Unverified Commit 94b24582 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #203990 from sikmir/tegola

tegola: 0.15.2 → 0.16.0
parents 40dfb5f6 c780d208
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;