We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f6488e + 775c880 commit 157ed76Copy full SHA for 157ed76
pkgs/by-name/no/noto-fonts/package.nix
@@ -20,13 +20,13 @@
20
21
stdenvNoCC.mkDerivation rec {
22
pname = "noto-fonts${suffix}";
23
- version = "2024.12.01";
+ version = "2025.01.01";
24
25
src = fetchFromGitHub {
26
owner = "notofonts";
27
repo = "notofonts.github.io";
28
rev = "noto-monthly-release-${version}";
29
- hash = "sha256-CmYGnQOSABTMir120VWtROiLcEBVj117ZpgwPijoWnI=";
+ hash = "sha256-25517Bkx/kcMETJvGJvcHSJ3e/N7U8LWqp62dADm9G4=";
30
};
31
32
_variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;
0 commit comments