fix: fetchFromGameBanana: Default name to "source"
This commit is contained in:
@@ -6,7 +6,7 @@ let
|
||||
fetchFromGameBanana =
|
||||
{ id
|
||||
, hash
|
||||
, name ? null
|
||||
, name ? "source"
|
||||
}:
|
||||
pkgs.fetchzip {
|
||||
url = "https://gamebanana.com/dl/${id}";
|
||||
|
||||
Reference in New Issue
Block a user