about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-04-12 20:03:29 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2017-04-12 20:03:29 -0500
commit4672fe6998c04b7f8b56785b7bc42efc9f013d2f (patch)
treef58d4b2354b55870de609b2cd3672d024d63f24f /pkgs/tools
parent3d1d805245c1b0788e1ce4a01d8455e30ac15739 (diff)
pinentry_mac: use precompiled .nib's
sadly, xib2nib hasn't been working like i though. I've just
precompiled into our modified pinentry_mac. Eventually we can get this
fixed but it's not as easy as first thought.
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 6aa14ab90e74c..4cba1c7e61723 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 = "77fc993d1040ed2319d9e53af78146be318c1fdd";
-    sha256 = "0rkmp6wb8wvmhipavn1bdmbw6564hc2b99dxqysr6yxr2xqs6fcz";
+    rev = "d60aa902644a1f0126ec50e79937423a3a7c3bc4";
+    sha256 = "0xp4rdyj0mw6gg1z1wraggb1qlkjb5845mibrz3nj0l692da52nq";
   };
 
   buildInputs = [ xcbuild libiconv Cocoa ncurses ];