summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-19 22:14:13 +0100
committerGitHub <noreply@github.com>2021-01-19 22:14:13 +0100
commitbb5ab2b09dd6af3dbb8fab6489fbb31e37e6b072 (patch)
tree1cf399458573297e4bf4ee8531f34448c8295f5f /pkgs
parent28d11193bbc030b00f02b6b446dcd1f1959226d7 (diff)
parenta491d9ee016aa2d5c9ea898a6ae350e829b85e61 (diff)
Merge pull request #110011 from Tomahna/metals
metals: 0.9.8 -> 0.9.10
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/metals/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/metals/default.nix b/pkgs/development/tools/metals/default.nix
index 0937ccb59871..729ab88c680b 100644
--- a/pkgs/development/tools/metals/default.nix
+++ b/pkgs/development/tools/metals/default.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "metals";
- version = "0.9.8";
+ version = "0.9.10";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
- outputHash = "1gn7v1478sqhz4hv53pgvaw2nqziyiavvhn5q152lkzyvghq08wk";
+ outputHash = "1i91jq1p27kkzxk57mm438sablnrx8j5pfyl0yg64wzrashba1xa";
};
nativeBuildInputs = [ makeWrapper ];