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