Skip to content

Commit

Permalink
Merge pull request #5 from cdalvaro/upgrade/version-2.2.2
Browse files Browse the repository at this point in the history
Upgrade version 2.2.2
  • Loading branch information
cdalvaro authored Sep 7, 2022
2 parents e64b2f5 + e4131be commit 01f079b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

The following list only reflects changes made on this project. Please, refer to the [Nerd Fonts 2.2.1 Release Notes](https://www.nerdfonts.com/releases) for the complete list of changes.
The following list only reflects changes made on this project. Please, refer to the [Nerd Fonts 2.2.2 Release Notes](https://www.nerdfonts.com/releases) for the complete list of changes.

**2.2.2**

* Upgrade Nerd Fonts to `2.2.2`

**2.2.1**

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ARG BUILD_DATE
ARG VCS_REF

# https://github.com/ryanoasis/nerd-fonts/releases
ENV NERDFONTS_VERSION="v2.2.1" \
NERDFONTS_SHA256="05e733b4ac0a6fed997ca3a697c6881d4327991fa57f4376ae17d725413b89f7"
ENV NERDFONTS_VERSION="v2.2.2" \
NERDFONTS_SHA256="f008adbaa575a9ec55947f3a370c9610f281b91ff0b559b173b2702682d9dce8"
ENV IMAGE_VERSION="${NERDFONTS_VERSION}"

ENV BUILD_DIR="/build" \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Architecture ARM64][arch_arm64_badge]][arch_link]
[![Architecture ARM/v7][arch_arm_badge]][arch_link]

# Dockerized Nerd Fonts Patcher v2.2.1
# Dockerized Nerd Fonts Patcher v2.2.2

Dockerfile to build a Nerd Fonts Patcher image for the Docker opensource container platform.

Expand Down Expand Up @@ -61,9 +61,9 @@ or from [GitHub Container Registry](https://ghcr.io/cdalvaro/docker-nerd-fonts-p
docker pull ghcr.io/cdalvaro/docker-nerd-fonts-patcher
```

[nerdfonts_badge]: https://img.shields.io/badge/Nerd%20Fonts-v2.2.1-lightgrey.svg
[nerdfonts_badge]: https://img.shields.io/badge/Nerd%20Fonts-v2.2.2-lightgrey.svg

[nerdfonts_release_notes]: https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.2.1 "Nerd Fonts Release Notes"
[nerdfonts_release_notes]: https://github.com/ryanoasis/nerd-fonts/releases/tag/v2.2.2 "Nerd Fonts Release Notes"

[ubuntu_badge]: https://img.shields.io/badge/ubuntu-jammy--20220801-E95420.svg?logo=Ubuntu

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
2 changes: 1 addition & 1 deletion tests/patch-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FIRACODE_FILE_NAME="FiraCode.zip"
FIRACODE_URL="https://github.com/tonsky/FiraCode/releases/download/${FIRACODE_VERSION}/Fira_Code_v${FIRACODE_VERSION}.zip"

NERDFONTS_VERSION="$(cat VERSION)"
FIRACODE_NERD_FONT_SHA256="63410350230ad9c1873df4b1e154066d809cff2490e5bbc440f05d7967ee8e2f"
FIRACODE_NERD_FONT_SHA256="20182e6e7c42cf8ab479d83af3200266261ec9bd4e80cdaceb793ecd56c9a398"
FIRACODE_NERD_FONT_FILE_NAME="FiraCodeNerdFont.zip"
FIRACODE_NERD_FONT_URL="https://github.com/ryanoasis/nerd-fonts/releases/download/v${NERDFONTS_VERSION}/FiraCode.zip"

Expand Down

0 comments on commit 01f079b

Please sign in to comment.