source-serif: 4.004 -> 4.005

This commit is contained in:
usertam 2023-08-08 02:05:41 +08:00
parent f7985a0c98
commit 7b57e88625
No known key found for this signature in database
GPG key ID: C35F5FF3A6C5AC43

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 = ''