Skip to content

Commit

Permalink
docs: bump nmd
Browse files Browse the repository at this point in the history
Removes the need to apply `fix-man-options-duplication.patch`. See,
e.g., NixOS/nixpkgs#166509.
  • Loading branch information
rycee committed Jun 24, 2023
1 parent 68aebb4 commit 172d46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; };
Expand Down

0 comments on commit 172d46d

Please sign in to comment.