Skip to content

Commit

Permalink
oxlint: 0.15.2 -> 0.15.3 (#368566)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Dec 27, 2024
2 parents 49a9f3e + 1b42e7d commit 6c81230
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/by-name/ox/oxlint/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,25 @@

rustPlatform.buildRustPackage rec {
pname = "oxlint";
version = "0.15.2";
version = "0.15.3";

src = fetchFromGitHub {
owner = "web-infra-dev";
repo = "oxc";
rev = "oxlint_v${version}";
hash = "sha256-ENtrK19j9wIp1NpuMwn+YlGxAav5ah6aExNsXckFc7E=";
hash = "sha256-cH3Sosfmx0eOWWOjglcB3puiK0XKbO0wua45/YMZe+0=";
};

cargoHash = "sha256-xAgvz+0i1wKblefhDWh0d1HSboMRDZG8VX/csn64FpI=";
cargoHash = "sha256-Yfk5DGOo3GLHzqJYCFrlLB7soHFI+zBRR93daVOgrmk=";

buildInputs = [
rust-jemalloc-sys
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
];

env.OXC_VERSION = version;

cargoBuildFlags = [ "--bin=oxlint" ];
cargoTestFlags = cargoBuildFlags;

Expand Down

0 comments on commit 6c81230

Please sign in to comment.