golines: 0.12.2 -> 0.13.0 (#435698)

Co-authored-by: meain <mail@meain.io>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-22 05:04:52 +00:00
committed by GitHub
co-authored by meain
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "golines";
version = "0.12.2";
version = "0.13.0";
src = fetchFromGitHub {
owner = "segmentio";
repo = "golines";
rev = "v${version}";
sha256 = "sha256-D0gI9BA0vgM1DBqwolNTfPsTCWuOGrcu5gAVFEdyVGg=";
sha256 = "sha256-Y4q3xpGw8bAi87zJ48+LVbdgOc7HB1lRdYhlsF1YcVA=";
};
vendorHash = "sha256-jI3/m1UdZMKrS3H9jPhcVAUCjc1G/ejzHi9SCTy24ak=";
vendorHash = "sha256-94IXh9iBAE0jJXovaElY8oFdXE6hxYg0Ww0ZEHLnEwc=";
meta = with lib; {
description = "Golang formatter that fixes long lines";