editorconfig-checker: 2.0.2 -> 2.0.3
This commit is contained in:
parent
c9dc3a06d6
commit
18daf2f6a5
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "editorconfig-checker";
|
pname = "editorconfig-checker";
|
||||||
version = "2.0.2";
|
version = "2.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "editorconfig-checker";
|
owner = "editorconfig-checker";
|
||||||
repo = "editorconfig-checker";
|
repo = "editorconfig-checker";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0v2ml9r8b5admi3sv80wa1pwl9qnz03q2p84vgcmgg2nv1v6yxf3";
|
sha256 = "1gn7q6wg7byhr1l5ly60rbb700xrww9slbq7gbxbw5c1fl0pp3yk";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "09b1v9gyh6827yqlfxxxq3lcqhd5snn3n7gdlbjmga3wyp2x4g2r";
|
modSha256 = "1iiv12ginb3ky739z7v8wf4z5lv24gmghbybs3lzay0kqn449n4x";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool to verify that your files are in harmony with your .editorconfig";
|
description = "A tool to verify that your files are in harmony with your .editorconfig";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user