File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 88
99rustPlatform . 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
You can’t perform that action at this time.
0 commit comments