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 72469b3 commit 676c3b5Copy full SHA for 676c3b5
pkgs/by-name/ti/tile38/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "tile38";
9
- version = "1.36.0";
+ version = "1.36.1";
10
11
src = fetchFromGitHub {
12
owner = "tidwall";
13
repo = "tile38";
14
tag = version;
15
- hash = "sha256-FJ1I82ECCit6FV0F5VfY5xa6qCEqZo47KdnY0vwRGzg=";
+ hash = "sha256-65zUbnnksLCWCsOjO8xzyhJ2IKhPg6tttywvApzf7mw=";
16
};
17
18
- vendorHash = "sha256-hpqH/+MlXPz3NZ0ooyWwf1Rg2UeKW49xQ0KbCFIi7jc=";
+ vendorHash = "sha256-J8kWsbU8onvXeVLGGBX9P6hYuGy50fG+m1nFg6phBMk=";
19
20
subPackages = [
21
"cmd/tile38-cli"
0 commit comments