Skip to content

Commit

Permalink
openvscode-server: 1.84.0 -> 1.85.1 (#283316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rucadi authored Mar 23, 2024
1 parent c7f7cec commit a986eec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/openvscode-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openvscode-server";
version = "1.84.0";
version = "1.85.1";

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

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

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

nativeBuildInputs = [
Expand Down

0 comments on commit a986eec

Please sign in to comment.