lol

Merge pull request #253207 from qowoz/ecc

editorconfig-checker: 2.7.0 -> 2.7.1

authored by

Nick Cao and committed by
GitHub
81188dc0 f1f01182

+3 -2
+3 -2
pkgs/development/tools/misc/editorconfig-checker/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "editorconfig-checker"; 5 - version = "2.7.0"; 5 + version = "2.7.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "editorconfig-checker"; 9 9 repo = "editorconfig-checker"; 10 10 rev = version; 11 - hash = "sha256-8qGRcyDayXx3OflhE9Kw2AXM702/2pYB3JgfpQ0UYR8="; 11 + hash = "sha256-TycKc6Zgf9QFTH3lfNC+/O52cp2xhKsKflxuQTac794="; 12 12 }; 13 13 14 14 vendorHash = "sha256-S93ZvC92V9nrBicEv1yQ3DEuf1FmxtvFoKPR15e8VmA="; ··· 28 28 }; 29 29 30 30 meta = with lib; { 31 + changelog = "https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/${src.rev}"; 31 32 description = "A tool to verify that your files are in harmony with your .editorconfig"; 32 33 homepage = "https://editorconfig-checker.github.io/"; 33 34 license = licenses.mit;