feat(3p/lisp/trivial-features): 2019-07-02 -> 2020-02-28
Specifically fixes some features missing with ECL. Change-Id: Ib04a0dc3a6e299b07d405fab7b593d2c1cbda896 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3345 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
6cc065ea09
commit
5550180e7e
1 changed files with 1 additions and 1 deletions
2
third_party/lisp/trivial-features.nix
vendored
2
third_party/lisp/trivial-features.nix
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
let src = builtins.fetchGit {
|
||||
url = "https://github.com/trivial-features/trivial-features.git";
|
||||
rev = "b78b2df5d75bdf8fdfc69f0deec0a187d9664b0b";
|
||||
rev = "f6e8dd7268ae0137dbde4be469101a7f735f6416"; # 2021-02-28
|
||||
};
|
||||
in depot.nix.buildLisp.library {
|
||||
name = "trivial-features";
|
||||
|
|
Loading…
Reference in a new issue