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

tile38: 1.29.1 -> 1.30.0
This commit is contained in:
Nikolay Korotkiy 2022-11-26 13:00:53 +04:00 committed by GitHub
commit 7a4ed475c9
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.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" ];