9 lines
166 B
Nix
9 lines
166 B
Nix
|
{ fetchFromGitHub }:
|
||
|
|
||
|
fetchFromGitHub {
|
||
|
owner = "karaxnim";
|
||
|
repo = "karax";
|
||
|
rev = "1.1.2";
|
||
|
sha256 = "07ykrd21hd76vlmkqpvv5xvaxw6aaq87bky47p2420ni85a6d94j";
|
||
|
}
|