Skip to content

Commit

Permalink
mbtileserver: 0.10.0 -> 0.11.0 (#346050)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Oct 3, 2024
2 parents f55f728 + 61f49a4 commit 8ea3363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "mbtileserver";
version = "0.10.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "consbio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hKDgKiy3tmZ7gxmxZlflJHcxatrSqE1d1uhSLJh8XLo=";
sha256 = "sha256-RLaAhc24zdCFvpSN2LZXNyS1ygg9zCi4jEj8owdreWU=";
};

vendorHash = "sha256-QcyFnzRdGdrVqgKEMbhaD7C7dkGKKhTesMMZKrrLx70=";
vendorHash = "sha256-yn7LcR/DvHDSRicUnWLrFZKqZti+YQoLSk3mZkDIj10=";

meta = with lib; {
description = "Simple Go-based server for map tiles stored in mbtiles format";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25548,8 +25548,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
};

mbtileserver = callPackage ../servers/geospatial/mbtileserver { };

pg_featureserv = callPackage ../servers/geospatial/pg_featureserv { };

pg_tileserv = callPackage ../servers/geospatial/pg_tileserv { };
Expand Down

0 comments on commit 8ea3363

Please sign in to comment.