Skip to content

Commit

Permalink
metals: 0.11.10 -> 0.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lvitaly committed Mar 13, 2023
1 parent 479e765 commit 1f9c5a4
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.10";
version = "0.11.11";

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

nativeBuildInputs = [ makeWrapper setJavaClassPath ];
Expand Down

0 comments on commit 1f9c5a4

Please sign in to comment.