Unverified Commit 0e1bda5f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #219262 from r-ryantm/auto-update/roboto-serif

roboto-serif: 1.007 -> 1.008
parents e3c77f97 7f339722
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ".";