docs: update nmd version

This update fixes the custom CSS to make the `$` character
non-selectable in highlighted code blocks.
This commit is contained in:
Viktor Kronvall 2023-12-05 16:54:05 +09:00
parent 5c2ef5243d
commit 67b797a377
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ let
nmdSrc = fetchTarball {
url =
"https://git.sr.ht/~rycee/nmd/archive/824a380546b5d0d0eb701ff8cd5dbafb360750ff.tar.gz";
sha256 = "0vvj40k6bw8ssra8wil9rqbsznmfy1kwy7cihvm13rajwdg9ycgg";
"https://git.sr.ht/~rycee/nmd/archive/f18defadcc25e69e95b04493ee02682005472255.tar.gz";
sha256 = "14fazjqbc6sfsxycwadfhcymi37xg5wmrlvg3jb8d4mpbcdwfwz4";
};
nmd = import nmdSrc {