summary refs log tree commit diff
path: root/pkgs/applications/networking/ping/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/ping/default.nix')
-rw-r--r--pkgs/applications/networking/ping/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/networking/ping/default.nix b/pkgs/applications/networking/ping/default.nix
index 4d1d39a05c2..925618bbe99 100644
--- a/pkgs/applications/networking/ping/default.nix
+++ b/pkgs/applications/networking/ping/default.nix
@@ -49,6 +49,12 @@ stdenv.mkDerivation rec {
     patchShebangs meson/post_install.py
   '';
 
+  passthru = {
+    updateScript = pantheon.updateScript {
+      attrPath = pname;
+    };
+  };
+
   meta = with stdenv.lib; {
     description = "A helpful tool that lets you debug what part of your API is causing you issues";
     homepage = https://github.com/jeremyvaartjes/ping;