From 01510c7ff3bd20d23c6b98c4c49ef736823459cd Mon Sep 17 00:00:00 2001 From: José Romildo Date: Tue, 27 Sep 2022 18:12:05 -0300 Subject: treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater --- pkgs/os-specific/linux/pax-utils/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/os-specific/linux/pax-utils') diff --git a/pkgs/os-specific/linux/pax-utils/default.nix b/pkgs/os-specific/linux/pax-utils/default.nix index 234771054aed6..3b248b60efeee 100644 --- a/pkgs/os-specific/linux/pax-utils/default.nix +++ b/pkgs/os-specific/linux/pax-utils/default.nix @@ -32,7 +32,6 @@ stdenv.mkDerivation rec { propagatedBuildInputs = [ (python3.withPackages (p: with p; [ pyelftools ])) ]; passthru.updateScript = gitUpdater { - inherit pname version; url = "https://anongit.gentoo.org/git/proj/pax-utils.git"; rev-prefix = "v"; }; -- cgit 1.4.1