blob: 26c2abd0539537edddf2eb243c6b4541da9015c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
ly,
fetchFromGitea,
...
}:
ly.overrideAttrs {
src = fetchFromGitea {
domain = "codeberg.org";
owner = "AnErrupTion";
repo = "ly";
rev = "3ad0c003803999075c1333fe5af6954369d04af4";
hash = "sha256-AiRUISUHKb6Lq0TNLb4ioAoBxT2mPqBW+9+0nw9tgks=";
};
}
|