From 172d46d4b2677b32277d903bdf4cff77c2cc6477 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 24 Jun 2023 19:28:15 +0200 Subject: [PATCH] docs: bump nmd Removes the need to apply `fix-man-options-duplication.patch`. See, e.g., https://github.com/NixOS/nixpkgs/pull/166509. --- docs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/default.nix b/docs/default.nix index f9b16295..fb51a751 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -7,8 +7,8 @@ let nmdSrc = fetchTarball { url = - "https://git.sr.ht/~rycee/nmd/archive/89a4092ea397642ca1d5712d4af62f8a4daae184.tar.gz"; - sha256 = "0p1c8lwz33myqpirk4bh9vhfkgg0h9zwks0kfaj4siaivc4wjgvs"; + "https://git.sr.ht/~rycee/nmd/archive/824a380546b5d0d0eb701ff8cd5dbafb360750ff.tar.gz"; + sha256 = "0vvj40k6bw8ssra8wil9rqbsznmfy1kwy7cihvm13rajwdg9ycgg"; }; nmd = import nmdSrc { inherit lib pkgs; };