nomnatong: 5.07 -> 5.08

This commit is contained in:
éclairevoyant 2023-12-25 23:42:00 -05:00
parent 3a5f598f3a
commit 1a55359537
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B

View file

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nomnatong";
version = "5.07";
version = "5.08";
src = fetchFromGitHub {
owner = "nomfoundation";
repo = "font";
rev = "v${finalAttrs.version}";
hash = "sha256-31sqjOIrJByfTx4Ez6KvQDApCeVYMQnGeiM9INMR3zI=";
hash = "sha256-WtAxnTFrgXdG2T1vqfRc31tNKbZagDSO9lycKxn8dKg=";
};
nativeBuildInputs = [