1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-03 05:23:32 +02:00

docs: bump nmd

Fixes #3612
This commit is contained in:
Robert Helgesson 2023-01-23 22:14:05 +01:00
parent ab25abf9e5
commit 12d43fd40a
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -7,8 +7,8 @@ let
nmdSrc = fetchTarball { nmdSrc = fetchTarball {
url = url =
"https://git.sr.ht/~rycee/nmd/archive/5129cc2a68837c223c0dfba9a37857e5c8d9891e.tar.gz"; "https://git.sr.ht/~rycee/nmd/archive/409f1310b168f96c6c8b556d24731a3e7c26c255.tar.gz";
sha256 = "0z1gqwwnjrrz07w847xf0dqgzimclf4qvqvdm46scgqcbhnhwqk0"; sha256 = "1v43qgfwa9s84728lv1njz2zdsfzp8kas3w4s3jan7w813c8flh8";
}; };
nmd = import nmdSrc { inherit lib pkgs; }; nmd = import nmdSrc { inherit lib pkgs; };