nomnatong: 5.11 -> 5.12

This commit is contained in:
R. Ryantm 2024-09-30 17:58:59 +00:00
parent 54e315dd2f
commit ad960aea5b

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "nomnatong";
version = "5.11";
version = "5.12";
src = fetchFromGitHub {
owner = "nomfoundation";
repo = "font";
rev = "v${finalAttrs.version}";
hash = "sha256-LaMggMZIehQynA6tokOte28bbV3H0kagJRsbE8ZczsM=";
hash = "sha256-DMKL5a830V07U4Pogp2EQtGQUJ26d3F4u7ce5aWPAI8=";
};
nativeBuildInputs = [