10 lines
199 B
Nix
10 lines
199 B
Nix
{
|
|
fetchFromGitHub,
|
|
}:
|
|
fetchFromGitHub {
|
|
name = "Retropie-Setup";
|
|
owner = "RetroPie";
|
|
repo = "RetroPie-Setup";
|
|
rev = "4.8";
|
|
hash = "sha256-3kVxA6y+jXOP+bF/KmHHoYjDkw2rh+qV9DIcelOd4+E=";
|
|
}
|