Merge pull request #247792 from usertam/patch/source-serif

This commit is contained in:
Franz Pletz 2023-08-08 05:55:01 +02:00 committed by GitHub
commit 74730c851a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "source-serif";
version = "4.004";
version = "4.005";
src = fetchzip {
url = "https://github.com/adobe-fonts/source-serif/releases/download/${version}R/source-serif-${version}.zip";
hash = "sha256-tGSMOwYBEZat7MI78wkPr6lgJdsOdOaIZb+IAOoOlq4=";
url = "https://github.com/adobe-fonts/source-serif/archive/refs/tags/${version}R.zip";
hash = "sha256-djeRJWcKqirkHus52JSeZJXeB7yMTnUXpkPxyzgRC04=";
};
installPhase = ''