Merge pull request #268987 from r-ryantm/auto-update/tile38

tile38: 1.32.0 -> 1.32.1
This commit is contained in:
Nikolay Korotkiy 2023-11-21 23:26:19 +04:00 committed by GitHub
commit e9e8c9acdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ];