tile38: 1.32.1 -> 1.32.2

This commit is contained in:
R. Ryantm 2024-02-15 14:07:49 +00:00
parent c3ef726ee1
commit e3fcf863a0

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tile38";
version = "1.32.1";
version = "1.32.2";
src = fetchFromGitHub {
owner = "tidwall";
repo = pname;
rev = version;
sha256 = "sha256-hG+ad68Q4KjtovmTlS/63NQxCQ9ZkcC8lrNGfhE9C6U=";
sha256 = "sha256-caOdcPVp1WonAK7QIvG34BxhOH7OGprWQmXEo+nsGKQ=";
};
vendorHash = "sha256-5mkxTumqLP+fEBTwhJrPpteeDPTN9hLEAh6A4l4lQhs=";
vendorHash = "sha256-20zN5ts1jsCDyAolwuygHvkXJdbqGYwSdXh2CY6T1mk=";
subPackages = [ "cmd/tile38-cli" "cmd/tile38-server" ];