Merge pull request #136968 from Tomahna/metals

metals: 0.10.5 -> 0.10.6
This commit is contained in:
Bobby Rong 2021-09-15 10:32:46 +08:00 committed by GitHub
commit aab3eb619d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "metals";
version = "0.10.5";
version = "0.10.6";
deps = stdenv.mkDerivation {
name = "${pname}-deps-${version}";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0n0y522izqlyls3sn2x6mdjy0pmhrl1kr7z5fqac6wrpgcsczf01";
outputHash = "1f31z5isr34acv3nbsdigk3h426vind2zk5qvy44zmb5qmlb15x9";
};
nativeBuildInputs = [ makeWrapper ];