Skip to content

Commit

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

* rm upstreamed

---------

Co-authored-by: UpdateBot <[email protected]>
  • Loading branch information
anmonteiro and ulrikstrid authored May 18, 2024
1 parent a924c88 commit f9505a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 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=c2ea18b50a4c7fcb7c90402166769bf3b82b5aa9";
nixpkgs.url = "github:NixOS/nixpkgs?rev=63d3e5d82edf5a138e7d0872231cc23ed4e740fd";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
7 changes: 0 additions & 7 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1870,13 +1870,6 @@ with oself;
};
});

ppx_import = osuper.ppx_import.overrideAttrs (_: {
src = builtins.fetchurl {
url = https://github.com/ocaml-ppx/ppx_import/releases/download/v1.11.0/ppx_import-1.11.0.tbz;
sha256 = "06mcrr36by5h0gn80sl2588lsa6h938sfc8srgja988hi7afyrr6";
};
});

ppx_tools =
if lib.versionOlder "5.2" ocaml.version
then null
Expand Down

0 comments on commit f9505a7

Please sign in to comment.