all repos — nixfiles @ df02c6e74c78e97602d76516abd8511e32e0610a

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

Update tabnine to 2.1.22
Alan Pearce alan@alanpearce.eu
Mon, 23 Dec 2019 08:36:20 +0100
commit

df02c6e74c78e97602d76516abd8511e32e0610a

parent

12892d7614e04025a3c973aa4166106201357ff4

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

jump to
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -3,7 +3,7 @@ let
   inherit (pkgs) stdenv;
 
-  version = "2.1.21";
+  version = "2.1.22";
   target = if stdenv.isDarwin then
     "x86_64-apple-darwin"
   else
@@ -82,9 +82,9 @@ executable = true;     source = (pkgs.fetchurl {
       url = "https://update.tabnine.com/${version}/${target}/TabNine";
       sha256 = if stdenv.isDarwin then
-        "00kjin3d9fq7332b8nm4ylli007fqbph42h7mykmk4lssy9dy8mm"
+        "0x0khsq50gak172i9wsqrng3z9gdmm01j57hy9cifbn7w5nn47yv"
       else
-        "0926qag5p513hxljc7qwmyi32y2grlhfdiz899i0rxky8rkcwhqh";
+        "0ng8xbi1v7zf81bhrbnnmrqcs7816vs3rrygbagy0xbxxi7slvnx";
     });
   };
 }