Move repo info into json files

This commit is contained in:
Vincent Szolnoky 2020-11-07 17:17:46 +01:00 committed by talyz
parent 740c87564f
commit a5218a2f19
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B
5 changed files with 6 additions and 8 deletions

View file

@ -39,9 +39,7 @@ let
name = "${namePrefix}-${repoMeta.version}";
inherit (repoMeta) version;
src = super.fetchFromGitHub {
owner = "emacs-mirror";
repo = "emacs";
inherit (repoMeta) sha256 rev;
inherit (repoMeta) owner repo sha256 rev;
};
patches = [