Skip to content

Commit 6c81230

Browse files
authored
oxlint: 0.15.2 -> 0.15.3 (#368566)
2 parents 49a9f3e + 1b42e7d commit 6c81230

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/by-name/ox/oxlint/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,25 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "oxlint";
11-
version = "0.15.2";
11+
version = "0.15.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "web-infra-dev";
1515
repo = "oxc";
1616
rev = "oxlint_v${version}";
17-
hash = "sha256-ENtrK19j9wIp1NpuMwn+YlGxAav5ah6aExNsXckFc7E=";
17+
hash = "sha256-cH3Sosfmx0eOWWOjglcB3puiK0XKbO0wua45/YMZe+0=";
1818
};
1919

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

2222
buildInputs = [
2323
rust-jemalloc-sys
2424
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
2525
darwin.apple_sdk.frameworks.Security
2626
];
2727

28+
env.OXC_VERSION = version;
29+
2830
cargoBuildFlags = [ "--bin=oxlint" ];
2931
cargoTestFlags = cargoBuildFlags;
3032

0 commit comments

Comments
 (0)