feat(3p/lisp/closer-mop): 2019-12-29 -> 2021-07-30
Change-Id: I12c8c700db31aee8993d6d3752ea1bb217c30923 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3353 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
d9b5e523f5
commit
3b94a0347c
1 changed files with 2 additions and 2 deletions
4
third_party/lisp/closer-mop.nix
vendored
4
third_party/lisp/closer-mop.nix
vendored
|
@ -6,8 +6,8 @@
|
||||||
let src = pkgs.fetchFromGitHub {
|
let src = pkgs.fetchFromGitHub {
|
||||||
owner = "pcostanza";
|
owner = "pcostanza";
|
||||||
repo = "closer-mop";
|
repo = "closer-mop";
|
||||||
rev = "e1d1430524086709a7ea8e0eede6849aa29d6276";
|
rev = "8ec9577029b08ade5978236121c9ac276f78d8be"; # 2021-07-30
|
||||||
sha256 = "1zda6927379pmrsxpg29jnj6azjpa2pms9h7n1iwhy6q9d3w06rf";
|
sha256 = "0dm8xsa3hzpxjd7x248pbzd8blw01a8ls7spalzgbg1g7vbn6zg5";
|
||||||
};
|
};
|
||||||
in depot.nix.buildLisp.library {
|
in depot.nix.buildLisp.library {
|
||||||
name = "closer-mop";
|
name = "closer-mop";
|
||||||
|
|
Loading…
Reference in a new issue