Unverified Commit 1fcc94ec authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents b3c4e7f5 13076ec2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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/";
  };
+1 −5
Original line number Diff line number Diff line
@@ -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 {