From 67b797a37723a7c059e8c366819ffe968456a713 Mon Sep 17 00:00:00 2001 From: Viktor Kronvall Date: Tue, 5 Dec 2023 16:54:05 +0900 Subject: [PATCH] docs: update nmd version This update fixes the custom CSS to make the `$` character non-selectable in highlighted code blocks. --- docs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/default.nix b/docs/default.nix index 0c2c5516..ecef00c3 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -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 {