From 2bfc644b3f7edee78a4d8338a10bc2b99d14921e Mon Sep 17 00:00:00 2001 From: dish Date: Mon, 23 Mar 2026 12:12:26 -0400 Subject: [PATCH] blink-cmp: 1.9.1 -> 1.10.1 --- flake/pkgs/by-name/blink-cmp/package.nix | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/flake/pkgs/by-name/blink-cmp/package.nix b/flake/pkgs/by-name/blink-cmp/package.nix index 7a7b01c6..ffcf4b21 100644 --- a/flake/pkgs/by-name/blink-cmp/package.nix +++ b/flake/pkgs/by-name/blink-cmp/package.nix @@ -7,13 +7,13 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "blink-cmp"; - version = "1.9.1"; + version = "1.10.1"; src = fetchFromGitHub { owner = "Saghen"; repo = "blink.cmp"; tag = "v${finalAttrs.version}"; - hash = "sha256-GgodXdWpQoF2z1g1/WvnSpfuhskw0aMcOoyZM5l66q8="; + hash = "sha256-y8f+bmPkb3M6DzcUkJMxd2woDLoBYslne7aB8A0ejCk="; }; forceShare = [ @@ -37,20 +37,11 @@ rustPlatform.buildRustPackage (finalAttrs: { ''; # From the blink.cmp flake - buildInputs = lib.optionals stdenv.hostPlatform.isAarch64 [rust-jemalloc-sys]; + buildInputs = lib.optionals stdenv.hostPlatform.isAarch64 [ rust-jemalloc-sys ]; - # NOTE: The only change in frizbee 0.7.0 was nixpkgs incompatible rust semantic changes - # Patch just reverts https://github.com/saghen/blink.cmp/commit/cc824ec85b789a54d05241389993c6ab8c040810 - # Taken from Nixpkgs' blink.cmp derivation, available under the MIT license - cargoPatches = [ - ./patches/0001-pin-frizbee.patch - ]; - - cargoHash = "sha256-Qdt8O7IGj2HySb1jxsv3m33ZxJg96Ckw26oTEEyQjfs="; + cargoHash = "sha256-3o2n4xwNF9Fc3VlPKf3lnvmN7FVus5jQB8gcXXwz50c="; env = { - RUSTC_BOOTSTRAP = true; - # Those are the Linker args used by upstream. Without those, the build fails. # See: #