tile38: 1.35.0 -> 1.36.0 (#433848)

This commit is contained in:
Nikolay Korotkiy 2025-08-15 22:04:38 +04:00 committed by GitHub
commit 3d62d9c518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "tile38"; pname = "tile38";
version = "1.35.0"; version = "1.36.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tidwall"; owner = "tidwall";
repo = "tile38"; repo = "tile38";
tag = version; tag = version;
hash = "sha256-n17W/JOtVV6Mjhp81xx25j6GUbR9WCd3JLh9voyMeC0="; hash = "sha256-FJ1I82ECCit6FV0F5VfY5xa6qCEqZo47KdnY0vwRGzg=";
}; };
vendorHash = "sha256-/EgUacA9xTUw3e8208NWxhaeZ/KgHLSnxy/fIqC+gZE="; vendorHash = "sha256-hpqH/+MlXPz3NZ0ooyWwf1Rg2UeKW49xQ0KbCFIi7jc=";
subPackages = [ subPackages = [
"cmd/tile38-cli" "cmd/tile38-cli"