Skip to content

Commit 66d813d

Browse files
authored
metals: 1.4.0 -> 1.4.1 (#356402)
2 parents b843c4a + 6f4b5b0 commit 66d813d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/me/metals/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
stdenv.mkDerivation rec {
44
pname = "metals";
5-
version = "1.4.0";
5+
version = "1.4.1";
66

77
deps = stdenv.mkDerivation {
88
name = "${pname}-deps-${version}";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
1616
'';
1717
outputHashMode = "recursive";
1818
outputHashAlgo = "sha256";
19-
outputHash = "sha256-mmsCdv3zSwsaA00I5sQVy0V4fl1GytdgjVjs2r6x32Q=";
19+
outputHash = "sha256-CVAPjeTYuv0w57EK/IldJcGz8mTQnyCGAjaUf6La2rU=";
2020
};
2121

2222
nativeBuildInputs = [ makeWrapper setJavaClassPath ];

0 commit comments

Comments
 (0)