Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

oxlint: 0.2.14 -> 0.2.15

+3 -3
+3 -3
pkgs/development/tools/oxlint/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "oxlint"; 11 - version = "0.2.14"; 12 13 src = fetchFromGitHub { 14 owner = "web-infra-dev"; 15 repo = "oxc"; 16 rev = "oxlint_v${version}"; 17 - hash = "sha256-nIY80YWZpDJSFkPLMBjXyk2SYx2tnVhFrxiBrYFu/e4="; 18 }; 19 20 - cargoHash = "sha256-BRrF0Ad6tbN+xajzPhDHP7ZJPbruRrcdwjZBFukMKfs="; 21 22 buildInputs = [ 23 rust-jemalloc-sys
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "oxlint"; 11 + version = "0.2.15"; 12 13 src = fetchFromGitHub { 14 owner = "web-infra-dev"; 15 repo = "oxc"; 16 rev = "oxlint_v${version}"; 17 + hash = "sha256-hEN9TLIeAfMGO/PL5OcT7+H0dmoCtH+dcIEafpQ45UU="; 18 }; 19 20 + cargoHash = "sha256-uChoDlU0tb52pBBEqmmwhCS83pykFRpXRFSuUGquHEQ="; 21 22 buildInputs = [ 23 rust-jemalloc-sys