Skip to content

Commit

Permalink
noto-fonts: 24.3.1 -> 24.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 7, 2024
1 parent ffe79ab commit 9a24e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/no/noto-fonts/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

stdenvNoCC.mkDerivation rec {
pname = "noto-fonts${suffix}";
version = "24.3.1";
version = "24.9.1";

src = fetchFromGitHub {
owner = "notofonts";
repo = "notofonts.github.io";
rev = "noto-monthly-release-${version}";
hash = "sha256-bopBRpIGXtRyAjBuMhJCjwFUlK8WDurxIFbZbRzEE40=";
hash = "sha256-QFRyHTJVz6MzayFvyTjDhc7eTAS4KXY3pqmx48VKNqY=";
};

_variants = map (variant: builtins.replaceStrings [ " " ] [ "" ] variant) variants;
Expand Down

0 comments on commit 9a24e49

Please sign in to comment.