about summary refs log tree commit diff
path: root/third_party/lisp/cl-fad.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-08-13T23·01+0200
committersterni <sternenseemann@systemli.org>2021-08-15T13·55+0000
commitf6a128ab97725ef782681f5b305508df83785c78 (patch)
tree7beab60236aa411223cb3d7f487430ac347ad05f /third_party/lisp/cl-fad.nix
parent28ecbc415e38f1cd3161473bed09451a2a14fe9f (diff)
feat(3p/lisp/cl-fad): 2019-07-28 -> 2021-01-10 r/2734
Change-Id: I695debc8895a347df5aa839b0b03331cacf90039
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3355
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to '')
-rw-r--r--third_party/lisp/cl-fad.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/lisp/cl-fad.nix b/third_party/lisp/cl-fad.nix
index 85a3656852..54f6328d53 100644
--- a/third_party/lisp/cl-fad.nix
+++ b/third_party/lisp/cl-fad.nix
@@ -6,8 +6,8 @@ with depot.nix;
 let src = pkgs.fetchFromGitHub {
   owner = "edicl";
   repo = "cl-fad";
-  rev = "c13d81c4bd9ba3a172631fd05dd213ab90e7d4cb";
-  sha256 = "1gc8i82v6gks7g0lnm54r4prk2mklidv2flm5fvbr0a7rsys0vpa";
+  rev = "13cbffe08fc660041359302f4057f8fc20d09402"; # 2021-01-10
+  sha256 = "049laj8an6g9bh0m0cn0bxhq313p8qq1h37cil15l66147ad8slc";
 };
 in buildLisp.library {
   name = "cl-fad";