Skip to content

Commit d39e23d

Browse files
committed
vimPlugins.blink-cmp: fetch patches using a URL that gives us stable diffs
1 parent e991b42 commit d39e23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ vimUtils.buildVimPlugin {
4848
patches = [
4949
(fetchpatch {
5050
name = "blink-add-bypass-for-nix.patch";
51-
url = "https://github.com/Saghen/blink.cmp/commit/6c83ef1ae34abd7ef9a32bfcd9595ac77b61037c.patch";
51+
url = "https://github.com/Saghen/blink.cmp/commit/6c83ef1ae34abd7ef9a32bfcd9595ac77b61037c.diff?full_index=1";
5252
hash = "sha256-304F1gDDKVI1nXRvvQ0T1xBN+kHr3jdmwMMp8CNl+GU=";
5353
})
5454
];

0 commit comments

Comments
 (0)