golines: 0.12.2 -> 0.13.0 (#435698)

Co-authored-by: meain <mail@meain.io>

authored by nixpkgs-merge-bot[bot] meain and committed by GitHub 820a6111 e2265f65

+3 -3
+3 -3
pkgs/by-name/go/golines/package.nix
··· 6 7 buildGoModule rec { 8 pname = "golines"; 9 - version = "0.12.2"; 10 11 src = fetchFromGitHub { 12 owner = "segmentio"; 13 repo = "golines"; 14 rev = "v${version}"; 15 - sha256 = "sha256-D0gI9BA0vgM1DBqwolNTfPsTCWuOGrcu5gAVFEdyVGg="; 16 }; 17 18 - vendorHash = "sha256-jI3/m1UdZMKrS3H9jPhcVAUCjc1G/ejzHi9SCTy24ak="; 19 20 meta = with lib; { 21 description = "Golang formatter that fixes long lines";
··· 6 7 buildGoModule rec { 8 pname = "golines"; 9 + version = "0.13.0"; 10 11 src = fetchFromGitHub { 12 owner = "segmentio"; 13 repo = "golines"; 14 rev = "v${version}"; 15 + sha256 = "sha256-Y4q3xpGw8bAi87zJ48+LVbdgOc7HB1lRdYhlsF1YcVA="; 16 }; 17 18 + vendorHash = "sha256-94IXh9iBAE0jJXovaElY8oFdXE6hxYg0Ww0ZEHLnEwc="; 19 20 meta = with lib; { 21 description = "Golang formatter that fixes long lines";