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.
1 parent e3a5e6a commit 598b7f3Copy full SHA for 598b7f3
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.04.01";
+ version = "2025.05.01";
24
25
src = fetchFromGitHub {
26
owner = "notofonts";
27
repo = "notofonts.github.io";
28
rev = "noto-monthly-release-${version}";
29
- hash = "sha256-xR3P6RWb1pHdOuCbb+kQXqv3Ip3+2yXAVqeZ+f2M3VU=";
+ hash = "sha256-voOizeGK7fU2bGLoNBhdNIfleDCu84nFiEHo5lCIye4=";
30
};
31
32
outputs = [
0 commit comments