Skip to content

Commit 643f56d

Browse files
committed
oxlint: 0.15.2 -> 0.15.3
1 parent 151c803 commit 643f56d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
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

0 commit comments

Comments
 (0)