3
0
Fork 0
forked from mirrors/nixpkgs

metals: update FOD hash after dependency changes

This commit is contained in:
Fabián Heredia Montiel 2021-11-02 09:47:08 -06:00 committed by Jonathan Ringer
parent 1b09b22b8c
commit e1574724c1

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "sha256-xTJ+N/aYMEzAQnu1wwWQ/nGRMYiEMfNPiuUFHcFbU4c=";
outputHash = "sha256-K/Pjo5VD9w4knelK0YwXFoZOzJDzjzlMjHF6fJZo524=";
};
nativeBuildInputs = [ makeWrapper ];