mirror of
https://github.com/nix-community/home-manager
synced 2024-11-18 17:19:45 +01:00
docs: bump nmd
Fixes cross-compilation.
This commit is contained in:
parent
7529a2674a
commit
02ac667557
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ let
|
||||||
|
|
||||||
nmdSrc = fetchTarball {
|
nmdSrc = fetchTarball {
|
||||||
url =
|
url =
|
||||||
"https://git.sr.ht/~rycee/nmd/archive/409f1310b168f96c6c8b556d24731a3e7c26c255.tar.gz";
|
"https://git.sr.ht/~rycee/nmd/archive/590dd725f3b06fb3888311efaab7312e03f605d1.tar.gz";
|
||||||
sha256 = "1v43qgfwa9s84728lv1njz2zdsfzp8kas3w4s3jan7w813c8flh8";
|
sha256 = "0hzg802rnxpfiwwvk12kxhqxnfhg3snin6h7lrq5yk626hj6n6jj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nmd = import nmdSrc { inherit lib pkgs; };
|
nmd = import nmdSrc { inherit lib pkgs; };
|
||||||
|
|
Loading…
Reference in a new issue