We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6003a56 + 77549d3 commit 45833b6Copy full SHA for 45833b6
1 file changed
pkgs/by-name/ox/oxlint/package.nix
@@ -12,16 +12,16 @@
12
13
rustPlatform.buildRustPackage (finalAttrs: {
14
pname = "oxlint";
15
- version = "1.41.0";
+ version = "1.42.0";
16
17
src = fetchFromGitHub {
18
owner = "oxc-project";
19
repo = "oxc";
20
tag = "oxlint_v${finalAttrs.version}";
21
- hash = "sha256-/XLGvEut0TsFkq0U+evPOumjBYahEL29kjJ0u2iBkx8=";
+ hash = "sha256-EAM1DxA/TqnIRN5Tlvg5/jvbyOUtSuwQ4RCBeO9esCw=";
22
};
23
24
- cargoHash = "sha256-8Q94e9zZRdOMd7WVzS6kE31gBHCG8KC4SteaxnxDjHo=";
+ cargoHash = "sha256-okwkhcT6mekIvo52T8eSrXUcp/LQhcEYvHyIc5CLdrE=";
25
26
nativeBuildInputs = [
27
cmake
0 commit comments