diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-11-20 03:52:40 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-11-20 03:52:40 +0000 |
| commit | 13f7396fc18a30d269078b7b97bbfa19f0bfdb76 (patch) | |
| tree | 33314fa25f84e2ca62041dd67f2a3b6b9930a85a | |
| parent | Merge pull request #268585 from r-ryantm/auto-update/jackett (diff) | |
| download | nixpkgs-13f7396fc18a30d269078b7b97bbfa19f0bfdb76.tar.gz | |
junicode: 2.200 -> 2.203
| -rw-r--r-- | pkgs/data/fonts/junicode/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/junicode/default.nix b/pkgs/data/fonts/junicode/default.nix index 88ef4e588c77..919d77f10f4f 100644 --- a/pkgs/data/fonts/junicode/default.nix +++ b/pkgs/data/fonts/junicode/default.nix @@ -2,11 +2,11 @@ stdenvNoCC.mkDerivation rec { pname = "junicode"; - version = "2.200"; + version = "2.203"; src = fetchzip { url = "https://github.com/psb1558/Junicode-font/releases/download/v${version}/Junicode_${version}.zip"; - hash = "sha256-2K+zPq6Bjg+hZQhQrWWm1bxHVfwwRdsV7EseRGBnpUw="; + hash = "sha256-RG12veiZXqjfK2gONmauhGReuLEkqxbQ4h4PEwaih/U="; }; outputs = [ "out" "doc" ]; |
