tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openvscode-server: 1.102.3 -> 1.103.1
Herwig Hochleitner
5 months ago
b772b816
4c7dce61
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
op
openvscode-server
package.nix
+3
-3
pkgs/by-name/op/openvscode-server/package.nix
···
36
36
in
37
37
stdenv.mkDerivation (finalAttrs: {
38
38
pname = "openvscode-server";
39
39
-
version = "1.102.3";
39
39
+
version = "1.103.1";
40
40
41
41
src = fetchFromGitHub {
42
42
owner = "gitpod-io";
43
43
repo = "openvscode-server";
44
44
rev = "openvscode-server-v${finalAttrs.version}";
45
45
-
hash = "sha256-WY2vmDt3sSgbyouGxBFfJ0hZZ5ZJWhBnTvegyq4zmFM=";
45
45
+
hash = "sha256-Co0MF8Yr60Ppv6Zv85nJeua2S5Rnye6wGB1hTWNpMm4=";
46
46
};
47
47
48
48
## fetchNpmDeps doesn't correctly process git dependencies
···
55
55
inherit (finalAttrs) src nativeBuildInputs;
56
56
outputHashMode = "recursive";
57
57
outputHashAlgo = "sha256";
58
58
-
outputHash = "sha256-ElxgztLu6MCdP0c+D/gUmztsQ2hNqJjmRWpJu3N2Z1g=";
58
58
+
outputHash = "sha256-xK4qfzkWuOsEyP1+6cY5Dhrr5wNW3eOJBTyQaE6gTcc=";
59
59
env = {
60
60
FORCE_EMPTY_CACHE = true;
61
61
FORCE_GIT_DEPS = true;