figsoda 2024-01-08 02:50:55 -05:00
parent ca6499e8e4
commit ba50ad471f

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "oxlint"; pname = "oxlint";
version = "0.0.18"; version = "0.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "web-infra-dev"; owner = "web-infra-dev";
repo = "oxc"; repo = "oxc";
rev = "oxlint_v${version}"; rev = "oxlint_v${version}";
hash = "sha256-WvNPfEgeBBbzhyJsMPpqhhkZ8GRn3mCq7HVaoVrCm2U="; hash = "sha256-XQDkNfgqjfUSDwC3JgdzCqYT4O14UWGImpk5gVyQKfE=";
}; };
cargoHash = "sha256-nWaa3JzACy6ftfm/qEfdBOxK3j4QJof7MtFI8GIpUxY="; cargoHash = "sha256-pJW7191gUv3Sbp8C2IYxJz2G/nunmBnnKaV+yLX1ZKc=";
buildInputs = [ buildInputs = [
rust-jemalloc-sys rust-jemalloc-sys