Skip to content

Commit

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

* rm upstreamed

* Update default.nix

---------

Co-authored-by: UpdateBot <[email protected]>
  • Loading branch information
anmonteiro and ulrikstrid authored Mar 21, 2024
1 parent 8d58105 commit 0f9bb84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 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=20f77aa09916374aa3141cbc605c955626762c9a";
nixpkgs.url = "github:NixOS/nixpkgs?rev=9b1635f1e7507a82f36c12a1534fafaa1b52d3ee";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
4 changes: 0 additions & 4 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1208,10 +1208,6 @@ with oself;
matrix-stos = callPackage ./matrix/stos.nix { };

mdx = osuper.mdx.overrideAttrs (o: {
src = builtins.fetchurl {
url = https://github.com/realworldocaml/mdx/releases/download/2.4.1/mdx-2.4.1.tbz;
sha256 = "04xg282dv9xrpcvav4fckrsxnfwmai1l73f9405fsgamrj8wqh0s";
};
propagatedBuildInputs = o.propagatedBuildInputs ++ [ result cmdliner ];
});

Expand Down

0 comments on commit 0f9bb84

Please sign in to comment.