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.
2 parents e2265f6 + d50d8f6 commit 820a611Copy full SHA for 820a611
pkgs/by-name/go/golines/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "golines";
9
- version = "0.12.2";
+ version = "0.13.0";
10
11
src = fetchFromGitHub {
12
owner = "segmentio";
13
repo = "golines";
14
rev = "v${version}";
15
- sha256 = "sha256-D0gI9BA0vgM1DBqwolNTfPsTCWuOGrcu5gAVFEdyVGg=";
+ sha256 = "sha256-Y4q3xpGw8bAi87zJ48+LVbdgOc7HB1lRdYhlsF1YcVA=";
16
};
17
18
- vendorHash = "sha256-jI3/m1UdZMKrS3H9jPhcVAUCjc1G/ejzHi9SCTy24ak=";
+ vendorHash = "sha256-94IXh9iBAE0jJXovaElY8oFdXE6hxYg0Ww0ZEHLnEwc=";
19
20
meta = with lib; {
21
description = "Golang formatter that fixes long lines";
0 commit comments