Unverified Commit 6ce94c08 authored by Kevin Cox's avatar Kevin Cox Committed by GitHub
Browse files

Merge pull request #154843 from Tomahna/metal

metals: 0.10.9 -> 0.11.0
parents 1ad0c0a2 d2f52435
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "metals";
  version = "0.10.9";
  version = "0.11.0";

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

  nativeBuildInputs = [ makeWrapper ];