all repos — nixfiles @ 32be0c0af07e731c10265bd16c04189880bb9a3a

System and user configuration, managed by nix and home-manager

Update tabnine darwin hash
Alan Pearce alan@alanpearce.eu
Thu, 15 Oct 2020 09:31:31 +0200
commit

32be0c0af07e731c10265bd16c04189880bb9a3a

parent

58a196f478f0b08baf5be37cd830e35ec074887e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -91,7 +91,7 @@ executable = true;     source = (pkgs.fetchurl {
       url = "https://update.tabnine.com/${version}/${target}/TabNine";
       sha256 = if stdenv.isDarwin then
-        "0ra93xvdzgnh2lc782ffssr1nhaywdi4xmbqxvs64sr89b79mgsg"
+        "0588bbv0mbnx08255z7pw7zizvfirvl5yx3m0mlsvnl3cf6lqz7g"
       else
         "006ywlg0q75wzjgm7waz86ja2x14mi8amwwff4zifzv5spqmxr30";
     });