We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f62295 commit 6890c90Copy full SHA for 6890c90
pkgs/by-name/ti/tile38/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "tile38";
9
- version = "1.34.4";
+ version = "1.35.0";
10
11
src = fetchFromGitHub {
12
owner = "tidwall";
13
repo = "tile38";
14
tag = version;
15
- hash = "sha256-TLVFFgT5lxOLhv1RBS09DCcZAozkcHzIBlJSWt1ztB4=";
+ hash = "sha256-n17W/JOtVV6Mjhp81xx25j6GUbR9WCd3JLh9voyMeC0=";
16
};
17
18
- vendorHash = "sha256-geXYLeJf/u+8RD7Slr2x+J6zABkWSIfhxKLxZVF/icU=";
+ vendorHash = "sha256-/EgUacA9xTUw3e8208NWxhaeZ/KgHLSnxy/fIqC+gZE=";
19
20
subPackages = [
21
"cmd/tile38-cli"
0 commit comments