openvscode-server: 1.102.3 -> 1.103.1

+3 -3
+3 -3
pkgs/by-name/op/openvscode-server/package.nix
··· 36 in 37 stdenv.mkDerivation (finalAttrs: { 38 pname = "openvscode-server"; 39 - version = "1.102.3"; 40 41 src = fetchFromGitHub { 42 owner = "gitpod-io"; 43 repo = "openvscode-server"; 44 rev = "openvscode-server-v${finalAttrs.version}"; 45 - hash = "sha256-WY2vmDt3sSgbyouGxBFfJ0hZZ5ZJWhBnTvegyq4zmFM="; 46 }; 47 48 ## fetchNpmDeps doesn't correctly process git dependencies ··· 55 inherit (finalAttrs) src nativeBuildInputs; 56 outputHashMode = "recursive"; 57 outputHashAlgo = "sha256"; 58 - outputHash = "sha256-ElxgztLu6MCdP0c+D/gUmztsQ2hNqJjmRWpJu3N2Z1g="; 59 env = { 60 FORCE_EMPTY_CACHE = true; 61 FORCE_GIT_DEPS = true;
··· 36 in 37 stdenv.mkDerivation (finalAttrs: { 38 pname = "openvscode-server"; 39 + version = "1.103.1"; 40 41 src = fetchFromGitHub { 42 owner = "gitpod-io"; 43 repo = "openvscode-server"; 44 rev = "openvscode-server-v${finalAttrs.version}"; 45 + hash = "sha256-Co0MF8Yr60Ppv6Zv85nJeua2S5Rnye6wGB1hTWNpMm4="; 46 }; 47 48 ## fetchNpmDeps doesn't correctly process git dependencies ··· 55 inherit (finalAttrs) src nativeBuildInputs; 56 outputHashMode = "recursive"; 57 outputHashAlgo = "sha256"; 58 + outputHash = "sha256-xK4qfzkWuOsEyP1+6cY5Dhrr5wNW3eOJBTyQaE6gTcc="; 59 env = { 60 FORCE_EMPTY_CACHE = true; 61 FORCE_GIT_DEPS = true;