Unverified Commit 6686ba6b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #279535 from figsoda/oxlint

oxlint: 0.0.18 -> 0.1.2
parents 0c16e12d ba50ad47
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "oxlint";
  version = "0.0.18";
  version = "0.1.2";

  src = fetchFromGitHub {
    owner = "web-infra-dev";
    repo = "oxc";
    rev = "oxlint_v${version}";
    hash = "sha256-WvNPfEgeBBbzhyJsMPpqhhkZ8GRn3mCq7HVaoVrCm2U=";
    hash = "sha256-XQDkNfgqjfUSDwC3JgdzCqYT4O14UWGImpk5gVyQKfE=";
  };

  cargoHash = "sha256-nWaa3JzACy6ftfm/qEfdBOxK3j4QJof7MtFI8GIpUxY=";
  cargoHash = "sha256-pJW7191gUv3Sbp8C2IYxJz2G/nunmBnnKaV+yLX1ZKc=";

  buildInputs = [
    rust-jemalloc-sys