gofumpt: 2019-07-29 -> 2019-11-11
This commit is contained in:
parent
2835f1b8eb
commit
a80f4726c4
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gofumpt";
|
pname = "gofumpt";
|
||||||
version = "2019-07-29";
|
version = "2019-11-11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mvdan";
|
owner = "mvdan";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "96300e3d49fbb3b7bc9c6dc74f8a5cc0ef46f84b";
|
rev = "eb442649d62000da5d11671f3beb1afa1b746fd7";
|
||||||
sha256 = "169hwggbhlr6ga045d6sa7xsan3mnj19qbh63i3h4rynqlppzvpf";
|
sha256 = "1cw9mmavxz8gxzzwsllvf5lwb2wwi19jbc7hcwxsi4ywp7a84gh0";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "1g7dkl60zwlk4q2gwx2780xys8rf2c4kqyy8gr99s5y342wsbx2g";
|
modSha256 = "1ladpxhr90awnms2qmlm2lz91wyh92fl3rqbfr54qngrkpkpbhr2";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A stricter gofmt";
|
description = "A stricter gofmt";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user