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

tile38: 1.31.0 -> 1.32.0
This commit is contained in:
Nikolay Korotkiy
2023-08-06 11:36:45 +04:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tile38";
version = "1.31.0";
version = "1.32.0";
src = fetchFromGitHub {
owner = "tidwall";
repo = pname;
rev = version;
sha256 = "sha256-aGt5iBVT5MTbnuoZ4zd5r6sIwmNKPo1J7UjDAefKfPo=";
sha256 = "sha256-NSoi7CsxL+6DoKZZal+xhjlSz+9N9CFyzlMrTYHbiW8=";
};
vendorHash = "sha256-9KK1IRwERcJtVnK4y5l3Nr87I3hg7E8nJuJjRiCMCZk=";
vendorHash = "sha256-Vy5ct5JP2t3085TM4CCWVEAQR4mAqVbGM5JE2KctSlU=";
subPackages = [ "cmd/tile38-cli" "cmd/tile38-server" ];