googlesans-code: 6.001 -> 7.000

This commit is contained in:
R. Ryantm
2026-04-13 20:03:09 +00:00
parent 489849cd0c
commit 8f697ee7bc
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "googlesans-code";
version = "6.001";
version = "7.000";
src = fetchFromGitHub {
owner = "googlefonts";
repo = "googlesans-code";
tag = "v${finalAttrs.version}";
hash = "sha256-ScFx+uty9x+VTWxw7NJm3M7AYr0C00bdSnJJmFW3Jy0=";
hash = "sha256-XjsjBMCA1RraXhQiNq/D0mb//VnRKOWl1X4XpGzifNA=";
};
nativeBuildInputs = [