Unverified Commit d5c4c62e authored by davidak's avatar davidak Committed by GitHub
Browse files

Merge pull request #131561 from Tomahna/metals

metals: 0.10.4 -> 0.10.5
parents c0837d6d babb32f4
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.4";
  version = "0.10.5";

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

  nativeBuildInputs = [ makeWrapper ];