nomnatong: 5.08 -> 5.09

This commit is contained in:
R. Ryantm 2024-02-01 01:45:53 +00:00
parent 0b8f8e0cd9
commit bc5e4d4115

View file

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