vimPlugins.sg-nvim: 2024-09-09 -> 2024-09-17; fix (#342486)

This commit is contained in:
Gaétan Lepage 2024-09-17 11:49:34 +02:00 committed by GitHub
commit 1fcc94ec56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 8 deletions

View File

@ -10198,12 +10198,12 @@ final: prev:
sg-nvim = buildVimPlugin {
pname = "sg.nvim";
version = "2024-09-09";
version = "2024-09-17";
src = fetchFromGitHub {
owner = "sourcegraph";
repo = "sg.nvim";
rev = "a7e060428897d1f37f585cedc355d34e0b8e2a58";
sha256 = "1n8rg39gx2mcfw0fgyqnawg2b5cky8zchxigzmyng6n134fg5s42";
rev = "76c97d91f8d8818a4fcf14817fadd98412aa44c8";
sha256 = "sha256-MxFr59crdc9WlYwydM1dI1NU+5qB06xh+hFnNUuBc4c=";
};
meta.homepage = "https://github.com/sourcegraph/sg.nvim/";
};

View File

@ -1524,7 +1524,7 @@
pname = "sg-nvim-rust";
inherit (old) version src;
cargoHash = "sha256-dqa5Rd3NeOSqv18F1QdkrWEypJ0bvVwIDwrMOyBVsDM=";
cargoHash = "sha256-7Bo0DSRqxA7kgNuyuWw24r3PsP92y9h98SHFtIhG+Gs=";
nativeBuildInputs = [ pkg-config ];
@ -1553,10 +1553,6 @@
mkdir -p $out/target/debug
ln -s ${sg-nvim-rust}/{bin,lib}/* $out/target/debug
'';
# Build fails with rust > 1.80
# https://github.com/sourcegraph/sg.nvim/issues/259
meta.broken = true;
});
skim = buildVimPlugin {