11 lines
199 B
Nix
11 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=";
|
||
|
}
|