Merge pull request #223327 from shadaj/update-openvscode-server-1.76.2

openvscode-server: 1.75.0 -> 1.76.2

authored by Ilan Joselevich and committed by GitHub 76c72030 b55b48f8

+3 -3
+3 -3
pkgs/servers/openvscode-server/default.nix
··· 40 40 41 41 in stdenv.mkDerivation rec { 42 42 pname = "openvscode-server"; 43 - version = "1.75.0"; 43 + version = "1.76.2"; 44 44 45 45 src = fetchFromGitHub { 46 46 owner = "gitpod-io"; 47 47 repo = "openvscode-server"; 48 48 rev = "openvscode-server-v${version}"; 49 - sha256 = "ZR4gEE+bLVjcGxhoRYQqfxDjk0ulPmdb5IV041qf954="; 49 + sha256 = "IZyuMcu3f0jOflJsor/gMDoONgyOGU8Py+wRbRV38RU="; 50 50 }; 51 51 52 52 yarnCache = stdenv.mkDerivation { ··· 69 69 70 70 outputHashMode = "recursive"; 71 71 outputHashAlgo = "sha256"; 72 - outputHash = "sha256-KcGhHFglBJDyircYUxpsMLRtQblYx3u/BMQq35A0qhE="; 72 + outputHash = "sha256-zcT74h1bEPPwHCXPB2VoVDVelQlDW6FBO/b6SP1x8b4="; 73 73 }; 74 74 75 75 nativeBuildInputs = [