Skip to content

Commit

Permalink
vimPlugins.sg-nvim: 2024-09-09 -> 2024-09-17; fix (#342486)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Sep 17, 2024
2 parents b3c4e7f + 13076ec commit 1fcc94e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
};
Expand Down
6 changes: 1 addition & 5 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@
pname = "sg-nvim-rust";
inherit (old) version src;

cargoHash = "sha256-dqa5Rd3NeOSqv18F1QdkrWEypJ0bvVwIDwrMOyBVsDM=";
cargoHash = "sha256-7Bo0DSRqxA7kgNuyuWw24r3PsP92y9h98SHFtIhG+Gs=";

nativeBuildInputs = [ pkg-config ];

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 1fcc94e

Please sign in to comment.