about summary refs log tree commit diff
path: root/pkgs/applications/networking/shellhub-agent
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2022-09-27 18:12:05 -0300
committerJosé Romildo <malaquias@gmail.com>2022-09-27 23:41:53 -0300
commit01510c7ff3bd20d23c6b98c4c49ef736823459cd (patch)
tree16b1b5aae7d0b4d0d3cd75765e3a9866990dd78c /pkgs/applications/networking/shellhub-agent
parentf15117a8740afa450a048b1abf99a962dabbd616 (diff)
treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater
Diffstat (limited to 'pkgs/applications/networking/shellhub-agent')
-rw-r--r--pkgs/applications/networking/shellhub-agent/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/shellhub-agent/default.nix b/pkgs/applications/networking/shellhub-agent/default.nix
index bcdfab29a1582..bca5809bd7a3a 100644
--- a/pkgs/applications/networking/shellhub-agent/default.nix
+++ b/pkgs/applications/networking/shellhub-agent/default.nix
@@ -25,7 +25,6 @@ buildGoModule rec {
 
   passthru = {
     updateScript = gitUpdater {
-      inherit pname version;
       rev-prefix = "v";
       ignoredVersions = ".(rc|beta).*";
     };