Unverified Commit a199713f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #238153 from drupol/code-servers/bump-june-2023

code-server: 4.13.0 -> 4.14.0
parents 12a8c8d2 7c06e70c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -59,14 +59,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "code-server";
  version = "4.13.0";
  version = "4.14.0";

  src = fetchFromGitHub {
    owner = "coder";
    repo = "code-server";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-4hkKGQU9G3CllD+teWXnYoHaY3YdDz25fwaMUS5OlfM=";
    hash = "sha256-MJ/FCYAdWNG0joTAdvIWYqAplOoRiDRWvE9bM/V3QHo=";
  };

  yarnCache = stdenv.mkDerivation {
@@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: {

    outputHashMode = "recursive";
    outputHashAlgo = "sha256";
    outputHash = "sha256-xLcrOVhKC0cOPcS5XwIMyv1KiEE0azZ1z+wS9PPKjAQ=";
    outputHash = "sha256-J5ME9Nc7GWVoKeV908BR9ib9yH5KNmBOtltRvJcpZIY=";
  };

  nativeBuildInputs = [