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 e991b42 commit d39e23dCopy full SHA for d39e23d
pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix
@@ -48,7 +48,7 @@ vimUtils.buildVimPlugin {
48
patches = [
49
(fetchpatch {
50
name = "blink-add-bypass-for-nix.patch";
51
- url = "https://github.com/Saghen/blink.cmp/commit/6c83ef1ae34abd7ef9a32bfcd9595ac77b61037c.patch";
+ url = "https://github.com/Saghen/blink.cmp/commit/6c83ef1ae34abd7ef9a32bfcd9595ac77b61037c.diff?full_index=1";
52
hash = "sha256-304F1gDDKVI1nXRvvQ0T1xBN+kHr3jdmwMMp8CNl+GU=";
53
})
54
];
0 commit comments