Skip to content

Commit

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

* ocamlformat hash

---------

Co-authored-by: UpdateBot <[email protected]>
  • Loading branch information
anmonteiro and ulrikstrid authored Dec 2, 2024
1 parent bb9da21 commit 274761c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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=767b0e3398fb899d0c88a9f7aecf30dd1cad3166";
nixpkgs.url = "github:NixOS/nixpkgs?rev=b9ffe0d2ef589f4d75a62f908f00dfd6344b6b6e";
};

outputs = { self, nixpkgs }:
Expand Down
2 changes: 1 addition & 1 deletion ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ with oself;
ocamlformat-lib = osuper.ocamlformat-lib.overrideAttrs (_: {
src = builtins.fetchurl {
url = "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.27.0/ocamlformat-0.27.0.tbz";
sha256 = "0jzbs8nnn73rp75wif596kd6n3z10k8p2b5s4d7dm6hd12niqmxb";
sha256 = "05bdhj73im80ci535lymrf7mq7r3xj8bg17f02agj23d0x64igyx";
};
});
ocamlformat-rpc-lib = buildDunePackage {
Expand Down

0 comments on commit 274761c

Please sign in to comment.