tile38: 1.37.0 -> 1.38.0

This commit is contained in:
R. Ryantm
2026-06-09 02:57:40 +00:00
parent 0018323cd1
commit c0d0bbd7b1
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "tile38";
version = "1.37.0";
version = "1.38.0";
src = fetchFromGitHub {
owner = "tidwall";
repo = "tile38";
tag = finalAttrs.version;
hash = "sha256-5dnLeXqEo89m2LFAbDw/NelSJpxGFYWQlIcw8PY2/RA=";
hash = "sha256-jmUvsSOA16tGp1nAam8ae3cqHU6K2Lfiukfj16N3Hy0=";
};
vendorHash = "sha256-mi4Cz3nb/5qbC9sp2o5FptBDh2AdxTOk3hWBpVr9K3s=";
vendorHash = "sha256-zSH5/AQFS73YJpy7kVxHXTF4kPuaxVl4aNdKUq1aqDM=";
subPackages = [
"cmd/tile38-cli"