Skip to content

Commit

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

* rm upstreamed?

* re-fix hacl-star

---------

Co-authored-by: UpdateBot <[email protected]>
  • Loading branch information
anmonteiro and ulrikstrid authored Oct 26, 2023
1 parent 52f99ba commit dd0dfa0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 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=0e18a0a0b4092f3f52bacfca3c0db8f7c66702d2";
nixpkgs.url = "github:NixOS/nixpkgs?rev=37c290f0203a9eaad110535c923c7e6b4013e801";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
3 changes: 0 additions & 3 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,6 @@ with oself;
session-cookie = callPackage ./cookie/session.nix { };
session-cookie-lwt = callPackage ./cookie/session-lwt.nix { };

# Not available for 4.12 and breaking the static build
cooltt = null;

cry = osuper.cry.overrideAttrs (_: {
postPatch = ''
substituteInPlace ./src/dune --replace "bytes" ""
Expand Down

0 comments on commit dd0dfa0

Please sign in to comment.