metals: 1.5.3 -> 1.6.0

This commit is contained in:
Jakub Kozłowski 2025-06-06 16:42:50 +02:00
parent d6fea41bd1
commit 2a1290b206
No known key found for this signature in database
GPG Key ID: A061936F31D567DC

View File

@ -9,7 +9,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "metals";
version = "1.5.3";
version = "1.6.0";
deps = stdenv.mkDerivation {
name = "metals-deps-${finalAttrs.version}";
@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-jxrAtlD+s3yjcDWYLoN7mr8RozutItCv8dt28/UoVjk=";
outputHash = "sha256-+6u/nnaoCBEQCwhvPs1WQzMnppz7KEWWd1TlzbKYpAU=";
};
nativeBuildInputs = [