summary refs log tree commit diff
path: root/pkgs/common-updater/http-two-levels-updater.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/common-updater/http-two-levels-updater.nix')
-rw-r--r--pkgs/common-updater/http-two-levels-updater.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/common-updater/http-two-levels-updater.nix b/pkgs/common-updater/http-two-levels-updater.nix
index f9e1e1b7204..8ece1161015 100644
--- a/pkgs/common-updater/http-two-levels-updater.nix
+++ b/pkgs/common-updater/http-two-levels-updater.nix
@@ -3,9 +3,9 @@
 , common-updater-scripts
 }:
 
-{ pname
-, version
-, attrPath ? pname
+{ pname ? null
+, version ? null
+, attrPath ? null
 , ignoredVersions ? ""
 , rev-prefix ? ""
 , odd-unstable ? false