Unverified Commit 57b98849 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #239887 from NixOS/openvscode-server/bump-1-79-2

openvscode-server: 1.79.1 -> 1.79.2
parents 3959a7be 4ef8777e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,13 +58,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "openvscode-server";
  version = "1.79.1";
  version = "1.79.2";

  src = fetchFromGitHub {
    owner = "gitpod-io";
    repo = "openvscode-server";
    rev = "openvscode-server-v${finalAttrs.version}";
    hash = "sha256-yMJo66RYcbVyIFKNNxDe0U9CPvaez/kTu9sPGcaESPw=";
    hash = "sha256-u5LuDcKTN4CEpRnFCeEbni6hiDDwTV9LUEmXaQYJvJw=";
  };

  yarnCache = stdenv.mkDerivation {