nomnatong: 5.09 -> 5.10

This commit is contained in:
R. Ryantm 2024-04-17 15:26:25 +00:00
parent d84b5d7735
commit 5d328f84b8
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nomnatong";
version = "5.09";
version = "5.10";
src = fetchFromGitHub {
owner = "nomfoundation";
repo = "font";
rev = "v${finalAttrs.version}";
hash = "sha256-WkDvneCWuAS0/D+WUhd1F6dqpIuSAMK598mSRbNf6/8=";
hash = "sha256-e7LT6lwm4jbqL+mtvfZsCC7F6KOVYD/lAGRPAgyyMxc=";
};
nativeBuildInputs = [