Merge pull request #282993 from r-ryantm/auto-update/golines

golines: 0.11.0 -> 0.12.2
This commit is contained in:
Mario Rodas 2024-01-28 07:58:16 -05:00 committed by GitHub
commit 0c65cca8b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "golines";
version = "0.11.0";
version = "0.12.2";
src = fetchFromGitHub {
owner = "segmentio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2K9KAg8iSubiTbujyFGN3yggrL+EDyeUCs9OOta/19A=";
sha256 = "sha256-D0gI9BA0vgM1DBqwolNTfPsTCWuOGrcu5gAVFEdyVGg=";
};
vendorHash = "sha256-rxYuzn4ezAxaeDhxd8qdOzt+CKYIh03A9zKNdzILq18=";
vendorHash = "sha256-jI3/m1UdZMKrS3H9jPhcVAUCjc1G/ejzHi9SCTy24ak=";
meta = with lib; {
description = "A golang formatter that fixes long lines";