Skip to content

Commit

Permalink
Merge pull request NixOS#268987 from r-ryantm/auto-update/tile38
Browse files Browse the repository at this point in the history
tile38: 1.32.0 -> 1.32.1
  • Loading branch information
sikmir authored Nov 21, 2023
2 parents dc7b3fe + 4b4336c commit e9e8c9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/geospatial/tile38/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "tile38";
version = "1.32.0";
version = "1.32.1";

src = fetchFromGitHub {
owner = "tidwall";
repo = pname;
rev = version;
sha256 = "sha256-NSoi7CsxL+6DoKZZal+xhjlSz+9N9CFyzlMrTYHbiW8=";
sha256 = "sha256-hG+ad68Q4KjtovmTlS/63NQxCQ9ZkcC8lrNGfhE9C6U=";
};

vendorHash = "sha256-Vy5ct5JP2t3085TM4CCWVEAQR4mAqVbGM5JE2KctSlU=";
vendorHash = "sha256-5mkxTumqLP+fEBTwhJrPpteeDPTN9hLEAh6A4l4lQhs=";

subPackages = [ "cmd/tile38-cli" "cmd/tile38-server" ];

Expand Down

0 comments on commit e9e8c9a

Please sign in to comment.