Merge pull request #176131 from regadas/patch-1

metals: 0.11.5 -> 0.11.6
This commit is contained in:
Bobby Rong 2022-06-08 20:55:59 +08:00 committed by GitHub
commit 95a09475e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "metals";
version = "0.11.5";
version = "0.11.6";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-kw+8688E1b7XjEb7AqOExSVu88NqPprKaCuINWqL2wk=";
outputHash = "sha256-/tFc7xAuUtx2JgEMLhGaq2FXpt7KQNMi82ODr/gTfhM=";
};
nativeBuildInputs = [ makeWrapper setJavaClassPath ];