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

openvscode-server: 1.79.0 -> 1.79.1

authored by

Pol Dellaiera and committed by
GitHub
b0e9a3b4 dde4f2bf

+3 -2
+3 -2
pkgs/servers/openvscode-server/default.nix
··· 58 58 in 59 59 stdenv.mkDerivation (finalAttrs: { 60 60 pname = "openvscode-server"; 61 - version = "1.79.0"; 61 + version = "1.79.1"; 62 62 63 63 src = fetchFromGitHub { 64 64 owner = "gitpod-io"; 65 65 repo = "openvscode-server"; 66 66 rev = "openvscode-server-v${finalAttrs.version}"; 67 - hash = "sha256-dVzGyK1ybZywCm602zWJroSCQ2wx5IzV+HqwZUsEgKU="; 67 + hash = "sha256-yMJo66RYcbVyIFKNNxDe0U9CPvaez/kTu9sPGcaESPw="; 68 68 }; 69 69 70 70 yarnCache = stdenv.mkDerivation { ··· 100 100 jq 101 101 moreutils 102 102 ]; 103 + 103 104 buildInputs = lib.optionals (!stdenv.isDarwin) [ libsecret ] 104 105 ++ (with xorg; [ libX11 libxkbfile ]) 105 106 ++ lib.optionals stdenv.isDarwin [