roboto-serif: 1.007 -> 1.008

This commit is contained in:
R. Ryantm 2023-03-02 23:32:28 +00:00
parent 255f62ed45
commit 7f339722f5

View File

@ -6,11 +6,11 @@
stdenvNoCC.mkDerivation rec {
pname = "roboto-serif";
version = "1.007";
version = "1.008";
src = fetchurl {
url = "https://github.com/googlefonts/roboto-serif/releases/download/v${version}/RobotoSerifFonts-v${version}.zip";
hash = "sha256-A14GztkTvaLBvcm1i3A0Vi9vaz77nFYYoSNggqbffFo=";
hash = "sha256-Nm9DcxL0CgA51nGeZJPWSCipgqwnNPlhj0wHyGhLaYQ=";
};
sourceRoot = ".";