docs: use alternative source of nmd

This commit is contained in:
Robert Helgesson 2024-01-11 14:46:44 +01:00
parent e13aa9e287
commit 93e804e7f8
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED
1 changed files with 2 additions and 3 deletions

View File

@ -8,9 +8,8 @@
let
nmdSrc = fetchTarball {
url =
"https://git.sr.ht/~rycee/nmd/archive/f18defadcc25e69e95b04493ee02682005472255.tar.gz";
sha256 = "14fazjqbc6sfsxycwadfhcymi37xg5wmrlvg3jb8d4mpbcdwfwz4";
url = "https://rycee.net/nmd.tar.gz";
sha256 = "123pvsnwnha0zivk77yzdvqakn96l17n8lwa78s2h1njlgkw0ng2";
};
nmd = import nmdSrc {