oxlint: 0.15.10 -> 0.15.14

This commit is contained in:
R. Ryantm
2025-03-13 02:12:49 +00:00
parent 090ed92985
commit 7d8293702c
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "oxlint";
version = "0.15.10";
version = "0.15.14";
src = fetchFromGitHub {
owner = "web-infra-dev";
repo = "oxc";
rev = "oxlint_v${version}";
hash = "sha256-8K+ylqDKHtxCHteXKvSPEDQyRb3bSndXTEAXbeSLMco=";
hash = "sha256-PCaS60UjD502YI9lZsvbSa3utwrYl8YazZj/CF91euQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-4WsJGSDVw618kUfTHekzOOdqDzbOoLYF9vinOI+jmJk=";
cargoHash = "sha256-/OLcyHTTevqpkrHY3Ueo38xtIjhjE4quqPTEZfPEcaY=";
buildInputs = [
rust-jemalloc-sys