oxlint: 1.12.0 -> 1.35.0

Diff: https://github.com/oxc-project/oxc/compare/oxlint_v1.12.0...oxlint_v1.35.0
This commit is contained in:
Kenichi Kamiya
2025-12-25 13:02:45 +09:00
parent 6db224587c
commit 0a81c0a8e1
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "oxlint";
version = "1.12.0";
version = "1.35.0";
src = fetchFromGitHub {
owner = "oxc-project";
repo = "oxc";
tag = "oxlint_v${finalAttrs.version}";
hash = "sha256-HH98Q4mvCrylnRmvmfqKksF3ECT3rkoT93bSTqV4xOY=";
hash = "sha256-WHSdT4IMl/TUnMJycL3sYfA8aVLtag54dOYSXrDuN9g=";
};
cargoHash = "sha256-lAEAOB6JkIkwckhwXU2/fRMkGOkEZnNtiyx/Xm+0JKc=";
cargoHash = "sha256-OTxSxDjNDN8MZV7hVg914xQDl199+yjAMukN9jTmQsU=";
nativeBuildInputs = [ cmake ];
buildInputs = [