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}";
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
pname = "improved-crosshairs";
|
||||
custom = [
|
||||
(fetchFromGameBanana {
|
||||
name = "improved-crosshairs";
|
||||
id = "1047153";
|
||||
hash = "sha256-ULcSfxuiGY1YCE1zQ693183F7ZRC11tYhvDMJKyzL1A=";
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user