Unverified Commit 6b74516c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

coc-texlab: 0-unstable-2026-03-07 -> 0-unstable-2026-03-11 (#500786)

parents 48d565d7 c858c3af
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -36,18 +36,18 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "coc-texlab";
  version = "0-unstable-2026-03-07";
  version = "0-unstable-2026-03-11";

  src = fetchFromGitHub {
    owner = "fannheyward";
    repo = "coc-texlab";
    rev = "104bbcdd5fbed16f765eb515fa0e0648d65879fe";
    hash = "sha256-G/SI/RwT5S8xNFSP5JTZI6tFbBN6LoE38CENTDZdQqo=";
    rev = "4b0e8626f06a9396767468edd800501929483eda";
    hash = "sha256-HOZBojd6pqPPeOKeki2Fr23B5ew86ruEvPt9IAOJdMk=";
  };

  yarnOfflineCache = fetchYarnDeps {
    inherit (finalAttrs) src;
    hash = "sha256-/cZaAIbQ/A87NE6FPhkyy8Junvd4MEdF7yfRKrS4vFM=";
    hash = "sha256-iAEGe0QZrt+iSkR0MbjsrwpvJz89bP4Xj+NQfsOnL5s=";
  };

  nativeBuildInputs = [