Merge pull request #98122 from turboMaCk/corefonts-output-hash

corefonts: fix hash mismatch update
This commit is contained in:
Daniël de Kok 2020-09-19 16:06:53 +02:00 committed by GitHub
commit a9953f1ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,7 +59,7 @@ stdenv.mkDerivation {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "0baadsrgpqj15fgjmcn0aim0k0nk7mvivcxinw1zwg61kkcwhalx";
outputHash = "089d2m9bvaacj36qdq77pcazji0sbbr796shic3k52cpxkjnzbwh";
meta = with stdenv.lib; {
homepage = "http://corefonts.sourceforge.net/";