Skip to content

Commit

Permalink
Update sources (#1153)
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 Nov 16, 2023
1 parent 5dc86d2 commit 1146243
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 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=3298a053090d4bc6a7315588f786b6c96114970f";
nixpkgs.url = "github:NixOS/nixpkgs?rev=68baab123fc4f898ebb6191eca8ae9383604f5f5";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
9 changes: 0 additions & 9 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -840,15 +840,6 @@ with oself;

gen_js_api = disableTests osuper.gen_js_api;

getopt = osuper.getopt.overrideAttrs (_: {
src = fetchFromGitHub {
owner = "scemama";
repo = "ocaml-getopt";
rev = "20230213";
hash = "sha256-oYDm945LgjIW+8x7UrO4FlbHywnu8480aiEVvnjBxc8=";
};
});

gettext-camomile = osuper.gettext-camomile.overrideAttrs (_: {
propagatedBuildInputs = [ camomile ocaml_gettext ];
});
Expand Down

0 comments on commit 1146243

Please sign in to comment.