mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 04:33:11 +00:00
docs: bump nmd
Also use `fetchTarball` instead of `fetchFromGitLab`.
This commit is contained in:
parent
b81e128fc0
commit
d8b233ad03
1 changed files with 4 additions and 6 deletions
|
@ -5,12 +5,10 @@
|
|||
|
||||
let
|
||||
|
||||
nmdSrc = pkgs.fetchFromGitLab {
|
||||
name = "nmd";
|
||||
owner = "rycee";
|
||||
repo = "nmd";
|
||||
rev = "91dee681dd1c478d6040a00835d73c0f4a4c5c29";
|
||||
sha256 = "sha256-RNLq09vfj21TyYuUCeD6BNTNC6Ew8bLhQULZytN4Xx8=";
|
||||
nmdSrc = fetchTarball {
|
||||
url =
|
||||
"https://gitlab.com/api/v4/projects/rycee%2Fnmd/repository/archive.tar.gz?sha=b75d312b4f33bd3294cd8ae5c2ca8c6da2afc169";
|
||||
sha256 = "0c2nq28rw4v559s3f1nf6y2p6fladgmbqgbsyf3vzs2przn5qn37";
|
||||
};
|
||||
|
||||
nmd = import nmdSrc { inherit lib pkgs; };
|
||||
|
|
Loading…
Reference in a new issue