roboto: 3.015 -> 3.016

This commit is contained in:
R. Ryantm
2026-06-17 19:13:17 +00:00
parent 68f2f5b830
commit 5334f8bf2d

View File

@@ -7,12 +7,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "roboto";
version = "3.015";
version = "3.016";
src = fetchzip {
url = "https://github.com/googlefonts/roboto-3-classic/releases/download/v${finalAttrs.version}/Roboto_v${finalAttrs.version}.zip";
stripRoot = false;
hash = "sha256-vfn4KmOHHSVYT9XK+mDz5f4s8LnkCAY/IyTa3Rmir2k=";
hash = "sha256-oIeLqZpdWvqIgnKnQFFLhWkvfuFPKfR2CniOFh5cVdM=";
};
nativeBuildInputs = [ installFonts ];