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

docs: bump nmd

This commit is contained in:
Robert Helgesson 2023-01-18 12:25:27 +01:00
parent 6c5b08a0c1
commit 2c29ae48f9
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/f6ca9dfbae290e2133b4ff567e1a48c0eaf9d681.tar.gz"; "https://git.sr.ht/~rycee/nmd/archive/4579bba4c006e6991c9719c267c6bdc0ea0416de.tar.gz";
sha256 = "1ivikjlh6vs0131fb945bjal7xrp2wxblbbk1zbz0yqi41xbvny8"; sha256 = "1x1m8lpxw6q4s257vqikfd9z1dway587zzvcryxfp0yf7gkva8fy";
}; };
nmd = import nmdSrc { inherit lib pkgs; }; nmd = import nmdSrc { inherit lib pkgs; };