We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b843c4a + 6f4b5b0 commit 66d813dCopy full SHA for 66d813d
pkgs/by-name/me/metals/package.nix
@@ -2,7 +2,7 @@
2
3
stdenv.mkDerivation rec {
4
pname = "metals";
5
- version = "1.4.0";
+ version = "1.4.1";
6
7
deps = stdenv.mkDerivation {
8
name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
16
'';
17
outputHashMode = "recursive";
18
outputHashAlgo = "sha256";
19
- outputHash = "sha256-mmsCdv3zSwsaA00I5sQVy0V4fl1GytdgjVjs2r6x32Q=";
+ outputHash = "sha256-CVAPjeTYuv0w57EK/IldJcGz8mTQnyCGAjaUf6La2rU=";
20
};
21
22
nativeBuildInputs = [ makeWrapper setJavaClassPath ];
0 commit comments