Unverified Commit 137c0101 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

package-version-server: 0.0.7 -> 0.0.10 (#488506)

parents 221be215 f289dad0
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "package-version-server";
  version = "0.0.7";
  version = "0.0.10";

  src = fetchFromGitHub {
    owner = "zed-industries";
    repo = "package-version-server";
    tag = "v${finalAttrs.version}";
    hash = "sha256-/YyJ8+tKrNKVrN+F/oHgtExBBRatIIOvWr9mAyTHA3E=";
    hash = "sha256-1+7oqWiJd7AZUlaDGYRtR1lyenrlhyaaGeWufW9lPUU=";
  };

  cargoHash = "sha256-/t1GPdb/zXe0pKeG/A4FKjKFFZ0zy2nT2PV8nxenKXc=";
  cargoHash = "sha256-AOE0fs3QK8vTIMOIxMg6SooDSQVtqFdB0tF3S88J7Ew=";

  nativeBuildInputs = [ pkg-config ];

@@ -28,7 +28,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
    updateScript = nix-update-script { };
  };

  doCheck = lib.versionAtLeast finalAttrs.version "0.0.8";
  # Needs https://github.com/zed-industries/package-version-server/pull/2 to be merged
  doCheck = false;

  meta = {
    description = "Language server that handles hover information in package.json files";