Skip to content

Commit c68937a

Browse files
authored
ls-lint: 2.2.3 -> 2.3.0 (NixOS#393732)
2 parents 1a6a485 + ab472a7 commit c68937a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ls/ls-lint/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "ls-lint";
9-
version = "2.2.3";
9+
version = "2.3.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "loeffel-io";
1313
repo = "ls-lint";
1414
rev = "v${version}";
15-
sha256 = "sha256-blhb7+SmB3p6udGcbA8eCpSaqlTCca8J0Y/8riNRjW0=";
15+
sha256 = "sha256-QAUmQAa1gNS2LLyFmOsydOVKZoZMWzu9y7SgbIq1ESk=";
1616
};
1717

18-
vendorHash = "sha256-qXx83jtkVzN+ydXjW4Nkz49rhSLbAS2597iuYUDsEo4=";
18+
vendorHash = "sha256-ZqQHxkeV+teL6+Be59GcDJTH9GhGTJnz+OHAeIC9I24=";
1919

2020
meta = with lib; {
2121
description = "Extremely fast file and directory name linter";

0 commit comments

Comments
 (0)