nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

oxlint: 0.0.11 -> 0.0.12

Diff: https://github.com/web-infra-dev/oxc/compare/oxlint_v0.0.11...oxlint_v0.0.12

Changelog: https://github.com/web-infra-dev/oxc/releases/tag/oxlint_v0.0.12

figsoda 57139bcd 4c87ec61

+3 -3
+3 -3
pkgs/development/tools/oxlint/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "oxlint"; 10 - version = "0.0.11"; 10 + version = "0.0.12"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "web-infra-dev"; 14 14 repo = "oxc"; 15 15 rev = "oxlint_v${version}"; 16 - hash = "sha256-di+uCLZJNJMETMSUxQwlFaZPJps0+HIL7h+EvudP5II="; 16 + hash = "sha256-/8h06MpkrOBg+bQ7yi9MDiYFGFhgFLjtBXBxvaOCnwI="; 17 17 }; 18 18 19 - cargoHash = "sha256-r+HRm9JNFKFL78VP/Yz87b1nQDLwbNuhHd0JkXeuCC0="; 19 + cargoHash = "sha256-syc+kQq0kiuXUw7MFw02GoZM91syS0P5sQI6ns8z0ys="; 20 20 21 21 buildInputs = lib.optionals stdenv.isDarwin [ 22 22 darwin.apple_sdk.frameworks.Security