We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe51d34 commit a3fa8c2Copy full SHA for a3fa8c2
pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix
@@ -8,12 +8,12 @@
8
gitMinimal,
9
}:
10
let
11
- version = "1.3.0";
+ version = "1.3.1";
12
src = fetchFromGitHub {
13
owner = "Saghen";
14
repo = "blink.cmp";
15
tag = "v${version}";
16
- hash = "sha256-8lyDDrsh3sY7l0i0TPyhL69Oq0l63+/QPnLaU/mhq5A=";
+ hash = "sha256-ZMq7zXXP3QL73zNfgDNi7xipmrbNwBoFPzK4K0dr6Zs=";
17
};
18
blink-fuzzy-lib = rustPlatform.buildRustPackage {
19
inherit version src;
0 commit comments