3
0
Fork 0
forked from mirrors/nixpkgs

openvscode-server: 1.75.0 -> 1.76.2

This commit is contained in:
Shadaj Laddad 2023-03-26 19:21:22 -07:00
parent 2f0cac1b2b
commit 71b1045788

View file

@ -40,13 +40,13 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "openvscode-server"; pname = "openvscode-server";
version = "1.75.0"; version = "1.76.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gitpod-io"; owner = "gitpod-io";
repo = "openvscode-server"; repo = "openvscode-server";
rev = "openvscode-server-v${version}"; rev = "openvscode-server-v${version}";
sha256 = "ZR4gEE+bLVjcGxhoRYQqfxDjk0ulPmdb5IV041qf954="; sha256 = "IZyuMcu3f0jOflJsor/gMDoONgyOGU8Py+wRbRV38RU=";
}; };
yarnCache = stdenv.mkDerivation { yarnCache = stdenv.mkDerivation {
@ -69,7 +69,7 @@ in stdenv.mkDerivation rec {
outputHashMode = "recursive"; outputHashMode = "recursive";
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";
outputHash = "sha256-KcGhHFglBJDyircYUxpsMLRtQblYx3u/BMQq35A0qhE="; outputHash = "sha256-zcT74h1bEPPwHCXPB2VoVDVelQlDW6FBO/b6SP1x8b4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [