metals: 0.10.3 -> 0.10.4

(cherry picked from commit 7c6cfaa13c9b680767e346ca9745cb18ab4e5b59)
This commit is contained in:
Kevin Rauscher 2021-06-01 09:08:30 +02:00 committed by github-actions[bot]
parent 3e45cf0eec
commit cd1db1c857
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "metals";
version = "0.10.3";
version = "0.10.4";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "1psmsiwd3xlbrvkdvr2zgs2b66kw8w2jvvqa399g7jhixh2fpbx4";
outputHash = "0pjgnm5argmc92872vblsz0pw2wniggvkw4w2346ps09ybdv9r3q";
};
nativeBuildInputs = [ makeWrapper ];