Skip to content

Commit

Permalink
docs: bump nmd
Browse files Browse the repository at this point in the history
Fixes #3605
  • Loading branch information
rycee committed Jan 20, 2023
1 parent 7026e1a commit 275ab72
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/4579bba4c006e6991c9719c267c6bdc0ea0416de.tar.gz";
sha256 = "1x1m8lpxw6q4s257vqikfd9z1dway587zzvcryxfp0yf7gkva8fy";
"https://git.sr.ht/~rycee/nmd/archive/5129cc2a68837c223c0dfba9a37857e5c8d9891e.tar.gz";
sha256 = "0z1gqwwnjrrz07w847xf0dqgzimclf4qvqvdm46scgqcbhnhwqk0";
};

nmd = import nmdSrc { inherit lib pkgs; };
Expand Down

0 comments on commit 275ab72

Please sign in to comment.