tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openvscode-server: 1.66.0 -> 1.69.2
Emily Trau
3 years ago
a57c0da6
438b4d64
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
openvscode-server
default.nix
+3
-3
pkgs/servers/openvscode-server/default.nix
···
27
28
in stdenv.mkDerivation rec {
29
pname = "openvscode-server";
30
-
version = "1.66.0";
31
32
src = fetchFromGitHub {
33
owner = "gitpod-io";
34
repo = "openvscode-server";
35
rev = "openvscode-server-v${version}";
36
-
sha256 = "g5QaxZDVXvE/vOe2BjBXlqYLGZ2EG4nTKdUlLdt8H8A=";
37
};
38
39
yarnCache = stdenv.mkDerivation {
···
56
57
outputHashMode = "recursive";
58
outputHashAlgo = "sha256";
59
-
outputHash = "sha256-BeVJsruiRLReGMwThfcEm/ez4UFcr0oI4wwevJwxt58=";
60
};
61
62
# Extract the Node.js source code which is used to compile packages with
···
27
28
in stdenv.mkDerivation rec {
29
pname = "openvscode-server";
30
+
version = "1.69.2";
31
32
src = fetchFromGitHub {
33
owner = "gitpod-io";
34
repo = "openvscode-server";
35
rev = "openvscode-server-v${version}";
36
+
sha256 = "e2vEEZg2H37oFRN+0kZnWW5RU2ma2JJR66XLFDNEOXc=";
37
};
38
39
yarnCache = stdenv.mkDerivation {
···
56
57
outputHashMode = "recursive";
58
outputHashAlgo = "sha256";
59
+
outputHash = "sha256-5wOR7rKzGLE8EAlGd4CkrFUsUOEJOdwuNWQzEdbAL+g=";
60
};
61
62
# Extract the Node.js source code which is used to compile packages with