Skip to content

Commit a3fa8c2

Browse files
committed
vimPlugins.blink-cmp: 1.3.0 -> 1.3.1
1 parent fe51d34 commit a3fa8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
gitMinimal,
99
}:
1010
let
11-
version = "1.3.0";
11+
version = "1.3.1";
1212
src = fetchFromGitHub {
1313
owner = "Saghen";
1414
repo = "blink.cmp";
1515
tag = "v${version}";
16-
hash = "sha256-8lyDDrsh3sY7l0i0TPyhL69Oq0l63+/QPnLaU/mhq5A=";
16+
hash = "sha256-ZMq7zXXP3QL73zNfgDNi7xipmrbNwBoFPzK4K0dr6Zs=";
1717
};
1818
blink-fuzzy-lib = rustPlatform.buildRustPackage {
1919
inherit version src;

0 commit comments

Comments
 (0)