metals: 1.4.2 -> 1.5.0

This commit is contained in:
Keir Lawson
2025-01-22 14:12:45 -06:00
committed by Fabián Heredia Montiel
parent 606996d74f
commit 9970d1feec
+2 -2
View File
@@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "metals";
version = "1.4.2";
version = "1.5.0";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-bvdLEHJgtLAu7C/jLMpcmFOVqASPNbiyN3q4qtYL3ls=";
outputHash = "sha256-JRuQ5R4EVDP2wVez3FnD4Vx8h200ShiXRhyRtKhs8V4=";
};
nativeBuildInputs = [