We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151c803 commit 643f56dCopy full SHA for 643f56d
pkgs/by-name/ox/oxlint/package.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "oxlint";
11
- version = "0.15.2";
+ version = "0.15.3";
12
13
src = fetchFromGitHub {
14
owner = "web-infra-dev";
15
repo = "oxc";
16
rev = "oxlint_v${version}";
17
- hash = "sha256-ENtrK19j9wIp1NpuMwn+YlGxAav5ah6aExNsXckFc7E=";
+ hash = "sha256-cH3Sosfmx0eOWWOjglcB3puiK0XKbO0wua45/YMZe+0=";
18
};
19
20
- cargoHash = "sha256-xAgvz+0i1wKblefhDWh0d1HSboMRDZG8VX/csn64FpI=";
+ cargoHash = "sha256-Yfk5DGOo3GLHzqJYCFrlLB7soHFI+zBRR93daVOgrmk=";
21
22
buildInputs = [
23
rust-jemalloc-sys
0 commit comments