We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a6a485 + ab472a7 commit c68937aCopy full SHA for c68937a
pkgs/by-name/ls/ls-lint/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "ls-lint";
9
- version = "2.2.3";
+ version = "2.3.0";
10
11
src = fetchFromGitHub {
12
owner = "loeffel-io";
13
repo = "ls-lint";
14
rev = "v${version}";
15
- sha256 = "sha256-blhb7+SmB3p6udGcbA8eCpSaqlTCca8J0Y/8riNRjW0=";
+ sha256 = "sha256-QAUmQAa1gNS2LLyFmOsydOVKZoZMWzu9y7SgbIq1ESk=";
16
};
17
18
- vendorHash = "sha256-qXx83jtkVzN+ydXjW4Nkz49rhSLbAS2597iuYUDsEo4=";
+ vendorHash = "sha256-ZqQHxkeV+teL6+Be59GcDJTH9GhGTJnz+OHAeIC9I24=";
19
20
meta = with lib; {
21
description = "Extremely fast file and directory name linter";
0 commit comments