Skip to content

Commit 820a611

Browse files
golines: 0.12.2 -> 0.13.0 (#435698)
Co-authored-by: meain <[email protected]>
2 parents e2265f6 + d50d8f6 commit 820a611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/go/golines/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "golines";
9-
version = "0.12.2";
9+
version = "0.13.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "segmentio";
1313
repo = "golines";
1414
rev = "v${version}";
15-
sha256 = "sha256-D0gI9BA0vgM1DBqwolNTfPsTCWuOGrcu5gAVFEdyVGg=";
15+
sha256 = "sha256-Y4q3xpGw8bAi87zJ48+LVbdgOc7HB1lRdYhlsF1YcVA=";
1616
};
1717

18-
vendorHash = "sha256-jI3/m1UdZMKrS3H9jPhcVAUCjc1G/ejzHi9SCTy24ak=";
18+
vendorHash = "sha256-94IXh9iBAE0jJXovaElY8oFdXE6hxYg0Ww0ZEHLnEwc=";
1919

2020
meta = with lib; {
2121
description = "Golang formatter that fixes long lines";

0 commit comments

Comments
 (0)