Loading pkgs/development/tools/ls-lint/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "ls-lint"; version = "1.11.2"; version = "2.0.0"; src = fetchFromGitHub { owner = "loeffel-io"; repo = "ls-lint"; rev = "v${version}"; sha256 = "sha256-mt1SvRHtAA0lChZ//8XIQGDPg1l1EOMkPIAe8YKhMSs="; sha256 = "sha256-eEP/l3vdObdxUYIp8eSSCn3W0ypcmykbwQTDP083MVE="; }; vendorSha256 = "sha256-OEwN9kj1npI+H7DY+e3tl5TIY/qr4y2CgAV5fwNA9l4="; vendorHash = "sha256-nSHhU6z3ItCKBZy8ENBcAkXqSVo3DU6hAyezQczKShM="; meta = with lib; { description = "An extremely fast file and directory name linter"; Loading Loading
pkgs/development/tools/ls-lint/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ buildGoModule rec { pname = "ls-lint"; version = "1.11.2"; version = "2.0.0"; src = fetchFromGitHub { owner = "loeffel-io"; repo = "ls-lint"; rev = "v${version}"; sha256 = "sha256-mt1SvRHtAA0lChZ//8XIQGDPg1l1EOMkPIAe8YKhMSs="; sha256 = "sha256-eEP/l3vdObdxUYIp8eSSCn3W0ypcmykbwQTDP083MVE="; }; vendorSha256 = "sha256-OEwN9kj1npI+H7DY+e3tl5TIY/qr4y2CgAV5fwNA9l4="; vendorHash = "sha256-nSHhU6z3ItCKBZy8ENBcAkXqSVo3DU6hAyezQczKShM="; meta = with lib; { description = "An extremely fast file and directory name linter"; Loading