golines: 0.11.0 -> 0.12.2

This commit is contained in:
R. Ryantm 2024-01-28 09:06:56 +00:00
parent 6d5c4cff12
commit 3a36ae7c12

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";