Skip to content

Commit

Permalink
Merge pull request #208829 from futile/metals-11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 7, 2023
2 parents 41e9880 + 825a15a commit ecf2b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/language-servers/metals/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
pname = "metals";
version = "0.11.9";
version = "0.11.10";

deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-CJ34OZOAM0Le9U0KSe0nKINnxA3iUgqUMtS06YnjvVo=";
outputHash = "sha256-CNLBDsyiEOmMGA9r8eU+3z75VYps21kHnLpB1LYC7W4=";
};

nativeBuildInputs = [ makeWrapper setJavaClassPath ];
Expand Down

0 comments on commit ecf2b9b

Please sign in to comment.