about summary refs log tree commit diff
path: root/pkgs/servers/geospatial
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-23 09:49:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-23 09:49:07 +0000
commit32c3417c0f06c2c116127d9866f5ab2192dc2f08 (patch)
treedad321f4a95e2c867a807a2038ada8b8129e093d /pkgs/servers/geospatial
parentc3ef258b6ff7ce731625330f7815f8218e6c26d2 (diff)
tile38: 1.29.1 -> 1.30.0
Diffstat (limited to 'pkgs/servers/geospatial')
-rw-r--r--pkgs/servers/geospatial/tile38/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/geospatial/tile38/default.nix b/pkgs/servers/geospatial/tile38/default.nix
index 97cc62e2650e2..2bf73c8860bf4 100644
--- a/pkgs/servers/geospatial/tile38/default.nix
+++ b/pkgs/servers/geospatial/tile38/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "tile38";
-  version = "1.29.1";
+  version = "1.30.0";
 
   src = fetchFromGitHub {
     owner = "tidwall";
     repo = pname;
     rev = version;
-    sha256 = "sha256-/C4gCFLeI12ZrNG8ZY0H7mvojm9ekxqs2x0fKl4dgPU=";
+    sha256 = "sha256-5w6L0AiDjbdBvUFeTcRosTEqloh4W3/vmYiycuLfGtA=";
   };
 
-  vendorSha256 = "sha256-/7dDPUXutyzkWq6EVVINFKzhuaiBCv5GrAF5pWG3ikc=";
+  vendorSha256 = "sha256-KOoSIVCbWlLenFP4SFBXPbZW9KUSL9KTcLXED72tABo=";
 
   subPackages = [ "cmd/tile38-cli" "cmd/tile38-server" ];