Skip to content

Commit

Permalink
Update sources (#1919)
Browse files Browse the repository at this point in the history
* Update sources

* fix visitors

* ignore dolmen-lsp

* underscore

---------

Co-authored-by: UpdateBot <[email protected]>
  • Loading branch information
anmonteiro and ulrikstrid authored Feb 16, 2025
1 parent 0329f98 commit f626a9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions ci/filter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ let
## Doesn't work with latest lsp on 5.2
"linol"
"linol-lwt"
"dolmen_lsp"

## Broken on GCC14 or clang19
"mopsa"
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
};

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?rev=58edd1e2acbc9be9fe29964344c6419db013141e";
nixpkgs.url = "github:NixOS/nixpkgs?rev=31ff66eb77d02e9ac34b7256a02edb1c43fb9998";
};

outputs = { self, nixpkgs }:
Expand Down
4 changes: 2 additions & 2 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2668,8 +2668,8 @@ with oself;
{
owner = "fpottier";
repo = "visitors";
rev = "20250207";
hash = "sha256-tYlPcVJrXCJ276wo3eHe7WRtpeH+o5prD946eqGkQyY=";
rev = "20250212";
hash = "sha256-AFD4+vriwVGt6lzDyIDuIMadakcgB4j235yty5qqFgQ=";
domain = "gitlab.inria.fr";
} else o.src;
propagatedBuildInputs = [ ppxlib ppx_deriving ];
Expand Down

0 comments on commit f626a9b

Please sign in to comment.