lol

richgo: 0.3.10 -> 0.3.11

authored by

R. Ryantm and committed by
Bobby Rong
ffbb0204 b0df6347

+3 -3
+3 -3
pkgs/development/tools/richgo/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "richgo"; 5 - version = "0.3.10"; 5 + version = "0.3.11"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "kyoh86"; 9 9 repo = "richgo"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-USHg1KXl0MOWifiVu+KdjvrbDlAh6T/ReKFKeIpVK0A="; 11 + sha256 = "sha256-a8CxJKk9fKGYTDtY/mU/3gcdIeejg20sL8Tm4ozgDl4="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-O63QEo0/+m9cYktMg4+RloLuUfAlCG0eGkxpHPFg/Cw="; 14 + vendorSha256 = "sha256-j2RZOt5IRb2oEQ6sFu+nXpVkDsnppA6h9YT4F7AiCoY="; 15 15 16 16 meta = with lib; { 17 17 description = "Enrich `go test` outputs with text decorations";