Unverified Commit 8c2e1c8e authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #321109 from jpaju/metals-1.3.2

metals: 1.3.1 -> 1.3.2
parents 9c531918 8a7c77e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "metals";
  version = "1.3.1";
  version = "1.3.2";

  deps = stdenv.mkDerivation {
    name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
    '';
    outputHashMode = "recursive";
    outputHashAlgo = "sha256";
    outputHash = "sha256-ugTYjXgD5SHagRtc1RNsnfcLAXPeWSHcos82ewr3UIs=";
    outputHash = "sha256-hRESY7TFxUjEkNf0vhCG30mIHZHXoAyZl3nTQ3OvQ0E=";
  };

  nativeBuildInputs = [ makeWrapper setJavaClassPath ];