Unverified Commit 4f08de1c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #298305 from ck3d/openvscode-server-1871

openvscode-server: 1.85.1 -> 1.87.1
parents 88cb9b8d d665974f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -60,13 +60,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "openvscode-server";
  version = "1.85.1";
  version = "1.87.1";

  src = fetchFromGitHub {
    owner = "gitpod-io";
    repo = "openvscode-server";
    rev = "openvscode-server-v${finalAttrs.version}";
    hash = "sha256-+q338VbHQouBE7UZN7jpBLzZsGmkWR6Da3GuntAQFbY=";
    hash = "sha256-v9q0+qhgDhqejSI6ioAUNsAKK27o/Uo0KUtuAuSQYig=";
  };

  yarnCache = stdenv.mkDerivation {
@@ -89,7 +89,7 @@ stdenv.mkDerivation (finalAttrs: {

    outputHashMode = "recursive";
    outputHashAlgo = "sha256";
    outputHash = "sha256-0lEeFT3SscFFqHwpQveJDzI8Q/KumcK+A3CHLBAhXkk=";
    outputHash = "sha256-oRuy7PjVv3Y24GQlvX4tPPndvKTgxbv7TR8ytTBY2DQ=";
  };

  nativeBuildInputs = [