Skip to content

Commit

Permalink
docs: bump nmd
Browse files Browse the repository at this point in the history
Fixes cross-compilation.
  • Loading branch information
rycee committed Feb 7, 2023
1 parent 7529a26 commit 02ac667
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/409f1310b168f96c6c8b556d24731a3e7c26c255.tar.gz";
sha256 = "1v43qgfwa9s84728lv1njz2zdsfzp8kas3w4s3jan7w813c8flh8";
"https://git.sr.ht/~rycee/nmd/archive/590dd725f3b06fb3888311efaab7312e03f605d1.tar.gz";
sha256 = "0hzg802rnxpfiwwvk12kxhqxnfhg3snin6h7lrq5yk626hj6n6jj";
};

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

0 comments on commit 02ac667

Please sign in to comment.