diff options
author | tv <tv@krebsco.de> | 2020-11-17 23:07:38 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-11-17 23:07:38 +0100 |
commit | 5f3d66622940635b405fa1db2c6c76878ad4d167 (patch) | |
tree | 0198dc1d58729bd1c153ec9bb516fc180bc32b66 /tv/5pkgs/simple/fzmenu/default.nix | |
parent | ced08a58b2a5b94dfc253e1006173e190f1709e2 (diff) |
tv: pass -> pass-otp
Diffstat (limited to 'tv/5pkgs/simple/fzmenu/default.nix')
-rw-r--r-- | tv/5pkgs/simple/fzmenu/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/5pkgs/simple/fzmenu/default.nix b/tv/5pkgs/simple/fzmenu/default.nix index c49c903c6..35918ff77 100644 --- a/tv/5pkgs/simple/fzmenu/default.nix +++ b/tv/5pkgs/simple/fzmenu/default.nix @@ -1,4 +1,4 @@ -{ coreutils, dash, gnused, fzf, pass, runCommand, rxvt_unicode, stdenv, utillinux, xdotool }: +{ coreutils, dash, gnused, fzf, pass-otp, runCommand, rxvt_unicode, stdenv, utillinux, xdotool }: runCommand "fzmenu" { } /* sh */ '' @@ -13,7 +13,7 @@ runCommand "fzmenu" { dash fzf gnused - pass + pass-otp rxvt_unicode utillinux xdotool @@ -26,7 +26,7 @@ runCommand "fzmenu" { dash fzf gnused - pass + pass-otp rxvt_unicode utillinux xdotool |