Skip to content

Commit

Permalink
metals: 1.3.5 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaju committed Oct 26, 2024
1 parent e041d36 commit 1bdddfb
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 = "1.3.5";
version = "1.4.0";

deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-86/zeoOO5kSAwh7uQTV7nGUGQoIux1rlH5eUgvn3kvY=";
outputHash = "sha256-mmsCdv3zSwsaA00I5sQVy0V4fl1GytdgjVjs2r6x32Q=";
};

nativeBuildInputs = [ makeWrapper setJavaClassPath ];
Expand Down

0 comments on commit 1bdddfb

Please sign in to comment.