richgo: 0.3.11 -> 0.3.12
This commit is contained in:
parent
5aee86add3
commit
36b808645e
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "richgo";
|
pname = "richgo";
|
||||||
version = "0.3.11";
|
version = "0.3.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kyoh86";
|
owner = "kyoh86";
|
||||||
repo = "richgo";
|
repo = "richgo";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-a8CxJKk9fKGYTDtY/mU/3gcdIeejg20sL8Tm4ozgDl4=";
|
sha256 = "sha256-pOB1exuwGwSxStodKhLLwh1xBvLjopUn0k+sEARdA9g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-j2RZOt5IRb2oEQ6sFu+nXpVkDsnppA6h9YT4F7AiCoY=";
|
vendorHash = "sha256-jIzBN5T5+eTFCYOdS5hj3yTGOfU8NTrFmnIu+dDjVeU=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Enrich `go test` outputs with text decorations";
|
description = "Enrich `go test` outputs with text decorations";
|
||||||
|
|
Loading…
Reference in a new issue