We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7d5471 + 5fba686 commit 464ef36Copy full SHA for 464ef36
1 file changed
pkgs/by-name/no/noto-fonts/package.nix
@@ -20,13 +20,13 @@
20
21
stdenvNoCC.mkDerivation rec {
22
pname = "noto-fonts${suffix}";
23
- version = "2025.06.01";
+ version = "2025.07.01";
24
25
src = fetchFromGitHub {
26
owner = "notofonts";
27
repo = "notofonts.github.io";
28
rev = "noto-monthly-release-${version}";
29
- hash = "sha256-6lbNJjkf6lnPPZzHO3vtsXEuPQs6ewslgnQIeDhF2yk=";
+ hash = "sha256-H2mUG2+7+lVCjoAVvsuFK5NNm5LpjyF9ySlF3vriR1w=";
30
};
31
32
outputs = [
0 commit comments