summary refs log tree commit diff
path: root/pkgs/tools/security/gopass
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-08-28 05:30:50 -0400
committerGitHub <noreply@github.com>2020-08-28 05:30:50 -0400
commit77fd145f40e5d73a783a7f8d71b7fea998d0c40e (patch)
tree4c5c96d921b0f4d2905e2e763ed314ea8fecf79d /pkgs/tools/security/gopass
parentdb77fb705ea9406bb1cbc6be68e327711d9074b2 (diff)
parent3416c089399b09e069cd728b4cb2dc9705a9a1b7 (diff)
downloadnixpkgs-77fd145f40e5d73a783a7f8d71b7fea998d0c40e.tar
nixpkgs-77fd145f40e5d73a783a7f8d71b7fea998d0c40e.tar.gz
nixpkgs-77fd145f40e5d73a783a7f8d71b7fea998d0c40e.tar.bz2
nixpkgs-77fd145f40e5d73a783a7f8d71b7fea998d0c40e.tar.lz
nixpkgs-77fd145f40e5d73a783a7f8d71b7fea998d0c40e.tar.xz
nixpkgs-77fd145f40e5d73a783a7f8d71b7fea998d0c40e.tar.zst
nixpkgs-77fd145f40e5d73a783a7f8d71b7fea998d0c40e.zip
Merge pull request #96506 from equirosa/gopass
gopass: 1.9.2 -> 1.10.1
Diffstat (limited to 'pkgs/tools/security/gopass')
-rw-r--r--pkgs/tools/security/gopass/default.nix29
1 files changed, 17 insertions, 12 deletions
diff --git a/pkgs/tools/security/gopass/default.nix b/pkgs/tools/security/gopass/default.nix
index 416d8d92afa..15ad1c70a8d 100644
--- a/pkgs/tools/security/gopass/default.nix
+++ b/pkgs/tools/security/gopass/default.nix
@@ -1,5 +1,8 @@
-{ stdenv, makeWrapper
-, buildGoModule, fetchFromGitHub, installShellFiles
+{ stdenv
+, makeWrapper
+, buildGoModule
+, fetchFromGitHub
+, installShellFiles
 , git
 , gnupg
 , xclip
@@ -26,11 +29,13 @@ buildGoModule rec {
 
   buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version} -X main.commit=${src.rev}" ];
 
-  wrapperPath = stdenv.lib.makeBinPath ([
-    git
-    gnupg
-    xclip
-  ] ++ stdenv.lib.optional stdenv.isLinux wl-clipboard);
+  wrapperPath = stdenv.lib.makeBinPath (
+    [
+      git
+      gnupg
+      xclip
+    ] ++ stdenv.lib.optional stdenv.isLinux wl-clipboard
+  );
 
   postInstall = ''
     for shell in bash fish zsh; do
@@ -49,11 +54,11 @@ buildGoModule rec {
   '';
 
   meta = with stdenv.lib; {
-    description     = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.";
-    homepage        = "https://www.gopass.pw/";
-    license         = licenses.mit;
-    maintainers     = with maintainers; [ andir rvolosatovs ];
-    platforms       = platforms.unix;
+    description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.";
+    homepage = "https://www.gopass.pw/";
+    license = licenses.mit;
+    maintainers = with maintainers; [ andir rvolosatovs ];
+    platforms = platforms.unix;
 
     longDescription = ''
       gopass is a rewrite of the pass password manager in Go with the aim of