Skip to content

Commit 45833b6

Browse files
oxlint: 1.41.0 -> 1.42.0 (NixOS#485578)
2 parents 6003a56 + 77549d3 commit 45833b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
rustPlatform.buildRustPackage (finalAttrs: {
1414
pname = "oxlint";
15-
version = "1.41.0";
15+
version = "1.42.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "oxc-project";
1919
repo = "oxc";
2020
tag = "oxlint_v${finalAttrs.version}";
21-
hash = "sha256-/XLGvEut0TsFkq0U+evPOumjBYahEL29kjJ0u2iBkx8=";
21+
hash = "sha256-EAM1DxA/TqnIRN5Tlvg5/jvbyOUtSuwQ4RCBeO9esCw=";
2222
};
2323

24-
cargoHash = "sha256-8Q94e9zZRdOMd7WVzS6kE31gBHCG8KC4SteaxnxDjHo=";
24+
cargoHash = "sha256-okwkhcT6mekIvo52T8eSrXUcp/LQhcEYvHyIc5CLdrE=";
2525

2626
nativeBuildInputs = [
2727
cmake

0 commit comments

Comments
 (0)