Merge pull request #237989 from drupol/openvscode-server/bump-1.79.1

openvscode-server: 1.79.0 -> 1.79.1
This commit is contained in:
Pol Dellaiera
2023-06-16 08:12:26 +02:00
committed by GitHub
+3 -2
View File
@@ -58,13 +58,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openvscode-server";
version = "1.79.0";
version = "1.79.1";
src = fetchFromGitHub {
owner = "gitpod-io";
repo = "openvscode-server";
rev = "openvscode-server-v${finalAttrs.version}";
hash = "sha256-dVzGyK1ybZywCm602zWJroSCQ2wx5IzV+HqwZUsEgKU=";
hash = "sha256-yMJo66RYcbVyIFKNNxDe0U9CPvaez/kTu9sPGcaESPw=";
};
yarnCache = stdenv.mkDerivation {
@@ -100,6 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
jq
moreutils
];
buildInputs = lib.optionals (!stdenv.isDarwin) [ libsecret ]
++ (with xorg; [ libX11 libxkbfile ])
++ lib.optionals stdenv.isDarwin [