metals: 0.11.0 -> 0.11.1

This commit is contained in:
amesgen 2022-01-20 18:53:16 +01:00
parent d5ea0b1d91
commit fdb290acbc
No known key found for this signature in database
GPG Key ID: 1A89EC203635A13D

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "metals";
version = "0.11.0";
version = "0.11.1";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-sxm4xh4INXz1wtgVkuJ9sJG2k+9OC4ck6wFJjhD37XY==";
outputHash = "sha256-wYIuRTvkPqS4SE5RnkBgmLCwmNv+cYB/iPb9TYip9s0=";
};
nativeBuildInputs = [ makeWrapper ];