tile38: 1.34.4 -> 1.35.0 (#417471)

authored by Nikolay Korotkiy and committed by GitHub f45e75fc 5d301218

+3 -3
+3 -3
pkgs/by-name/ti/tile38/package.nix
··· 6 7 buildGoModule rec { 8 pname = "tile38"; 9 - version = "1.34.4"; 10 11 src = fetchFromGitHub { 12 owner = "tidwall"; 13 repo = "tile38"; 14 tag = version; 15 - hash = "sha256-TLVFFgT5lxOLhv1RBS09DCcZAozkcHzIBlJSWt1ztB4="; 16 }; 17 18 - vendorHash = "sha256-geXYLeJf/u+8RD7Slr2x+J6zABkWSIfhxKLxZVF/icU="; 19 20 subPackages = [ 21 "cmd/tile38-cli"
··· 6 7 buildGoModule rec { 8 pname = "tile38"; 9 + version = "1.35.0"; 10 11 src = fetchFromGitHub { 12 owner = "tidwall"; 13 repo = "tile38"; 14 tag = version; 15 + hash = "sha256-n17W/JOtVV6Mjhp81xx25j6GUbR9WCd3JLh9voyMeC0="; 16 }; 17 18 + vendorHash = "sha256-/EgUacA9xTUw3e8208NWxhaeZ/KgHLSnxy/fIqC+gZE="; 19 20 subPackages = [ 21 "cmd/tile38-cli"