tile38: 1.29.1 -> 1.30.0

This commit is contained in:
R. Ryantm 2022-11-23 09:49:07 +00:00
parent c3ef258b6f
commit 32c3417c0f

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