katex: 0.16.27 -> 0.16.28

This commit is contained in:
R. Ryantm
2026-01-26 09:19:50 +00:00
parent ce58c68ee3
commit b2a22a2326
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "katex";
version = "0.16.27";
version = "0.16.28";
src = fetchFromGitHub {
owner = "katex";
repo = "katex";
rev = "v${finalAttrs.version}";
hash = "sha256-bw5W8TkM31aeqQ6eJae8voW75RvvUjeTdu7aPQ+lAa0=";
hash = "sha256-M9PqzSQkMcnfuL2n/eLwxnk3E9gSEVu0t6Tahiw7niI=";
};
offlineCache = yarn-berry.fetchYarnBerryDeps {