summary refs log tree commit diff
path: root/pkgs/applications/misc/cipher/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/cipher/default.nix')
-rw-r--r--pkgs/applications/misc/cipher/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/misc/cipher/default.nix b/pkgs/applications/misc/cipher/default.nix
index ef47e3e0358..9265724c7d1 100644
--- a/pkgs/applications/misc/cipher/default.nix
+++ b/pkgs/applications/misc/cipher/default.nix
@@ -48,6 +48,12 @@ stdenv.mkDerivation rec {
     patchShebangs post_install.py
   '';
 
+  passthru = {
+    updateScript = pantheon.updateScript {
+      attrPath = pname;
+    };
+  };
+
   meta = with stdenv.lib; {
     description = "A simple application for encoding and decoding text, designed for elementary OS";
     homepage = "https://github.com/arshubham/cipher";