mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
Merge pull request #270775 from figsoda/oxlint
oxlint: 0.0.17 -> 0.0.18
This commit is contained in:
commit
805bdacddf
@ -8,16 +8,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "oxlint";
|
pname = "oxlint";
|
||||||
version = "0.0.17";
|
version = "0.0.18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "web-infra-dev";
|
owner = "web-infra-dev";
|
||||||
repo = "oxc";
|
repo = "oxc";
|
||||||
rev = "oxlint_v${version}";
|
rev = "oxlint_v${version}";
|
||||||
hash = "sha256-s+D9+gHJLldTaMHr+XahppNHYL62V1J9iOgRZkr/p9Q=";
|
hash = "sha256-WvNPfEgeBBbzhyJsMPpqhhkZ8GRn3mCq7HVaoVrCm2U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-NQ/s39x/LLQoiW7p2x65l1oBkDal46g5/G6r4Ttpgsw=";
|
cargoHash = "sha256-nWaa3JzACy6ftfm/qEfdBOxK3j4QJof7MtFI8GIpUxY=";
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
rust-jemalloc-sys
|
rust-jemalloc-sys
|
||||||
|
Loading…
Reference in New Issue
Block a user