Commit 9970d1fe authored by Keir Lawson's avatar Keir Lawson Committed by Fabián Heredia Montiel
Browse files

metals: 1.4.2 -> 1.5.0

parent 606996d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

stdenv.mkDerivation rec {
  pname = "metals";
  version = "1.4.2";
  version = "1.5.0";

  deps = stdenv.mkDerivation {
    name = "${pname}-deps-${version}";
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
    '';
    outputHashMode = "recursive";
    outputHashAlgo = "sha256";
    outputHash = "sha256-bvdLEHJgtLAu7C/jLMpcmFOVqASPNbiyN3q4qtYL3ls=";
    outputHash = "sha256-JRuQ5R4EVDP2wVez3FnD4Vx8h200ShiXRhyRtKhs8V4=";
  };

  nativeBuildInputs = [