Commit 5bf390d8 authored by Doron Behar's avatar Doron Behar
Browse files

ycmd: 0-unstable-2025-{06-16 -> 10-24}

parent d78c2fd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation {
  pname = "ycmd";
  version = "0-unstable-2025-06-16";
  version = "0-unstable-2025-10-24";

  # required for third_party directory creation
  src = fetchFromGitHub {
    owner = "ycm-core";
    repo = "ycmd";
    rev = "9160b4eee67ea61c8501bad36d061bcec5340021";
    rev = "7895484ad55e0cbd0686e882891d59661f183476";
    hash = "sha256-MSzYX1vXuhd4TNxUfHWaRu7O0r89az1XjZBIZ6B3gBk=";
    fetchSubmodules = true;
  };