summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-09-06 21:11:18 +0200
committerGitHub <noreply@github.com>2017-09-06 21:11:18 +0200
commit3cb57304de3d0661c1b68c489168f53b04683ec1 (patch)
tree86da6898286cdd40f04dff4e8d610ed38bd6af0c /pkgs/tools
parent054ed6abc377d8372fce7b42f6faf71ff2a06f7a (diff)
parent7f860249e1d95947ff320ba047a7329168d29b42 (diff)
Merge pull request #29045 from matthewbauer/pinentry-no-fill-plist
pinentry-mac: no ‘fill plist’ stuff
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/pinentry-mac/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pinentry-mac/default.nix b/pkgs/tools/security/pinentry-mac/default.nix
index cd0060cbcb97d..074d71c08308f 100644
--- a/pkgs/tools/security/pinentry-mac/default.nix
+++ b/pkgs/tools/security/pinentry-mac/default.nix
@@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner = "matthewbauer";
     repo = "pinentry-mac";
-    rev = "d60aa902644a1f0126ec50e79937423a3a7c3bc4";
-    sha256 = "0xp4rdyj0mw6gg1z1wraggb1qlkjb5845mibrz3nj0l692da52nq";
+    rev = "6dfef256c8ea32d642fea847f27d800f024cf51e";
+    sha256 = "0g75302697gqcxyf2hyqzvcbd5pyss1bl2xvfd40wqav7dlyvj83";
   };
 
   buildInputs = [ xcbuild libiconv Cocoa ncurses ];