From d39e23d37c832cd2e58c670fae7f1f59701b32d4 Mon Sep 17 00:00:00 2001 From: r-vdp Date: Mon, 3 Mar 2025 11:33:38 +0100 Subject: [PATCH] vimPlugins.blink-cmp: fetch patches using a URL that gives us stable diffs --- .../editors/vim/plugins/non-generated/blink-cmp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix b/pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix index 24c457f92ea1..9ed2640a853f 100644 --- a/pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix +++ b/pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix @@ -48,7 +48,7 @@ vimUtils.buildVimPlugin { patches = [ (fetchpatch { name = "blink-add-bypass-for-nix.patch"; - url = "https://github.com/Saghen/blink.cmp/commit/6c83ef1ae34abd7ef9a32bfcd9595ac77b61037c.patch"; + url = "https://github.com/Saghen/blink.cmp/commit/6c83ef1ae34abd7ef9a32bfcd9595ac77b61037c.diff?full_index=1"; hash = "sha256-304F1gDDKVI1nXRvvQ0T1xBN+kHr3jdmwMMp8CNl+GU="; }) ];