From c780d20881bd76f31d6e230a8b4178d2269bb9fb Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Thu, 1 Dec 2022 22:50:37 +0300 Subject: [PATCH] =?UTF-8?q?tegola:=200.15.2=20=E2=86=92=200.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/servers/geospatial/tegola/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/geospatial/tegola/default.nix b/pkgs/servers/geospatial/tegola/default.nix index d91e1295fa2..df2ee4330d7 100644 --- a/pkgs/servers/geospatial/tegola/default.nix +++ b/pkgs/servers/geospatial/tegola/default.nix @@ -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;