Skip to content

Commit

Permalink
Update sources (#1839)
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 Dec 21, 2024
1 parent 55076bb commit 63b0319
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=948a31b4b765c01f485c05bdeb12b2197f440d5a";
nixpkgs.url = "github:NixOS/nixpkgs?rev=8af52ff6ba2ed83047881e877718db3bb02fad85";
};

outputs = { self, nixpkgs }:
Expand Down
9 changes: 0 additions & 9 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -588,15 +588,6 @@ with oself;

cookie = callPackage ./cookie { };

cppo = osuper.cppo.overrideAttrs (_: {
src = fetchFromGitHub {
owner = "ocaml-community";
repo = "cppo";
rev = "v1.8.0";
hash = "sha256-+HnAGM+GddYJK0RCvKrs+baZS+1o8Yq+/cVa3U3nFWg=";
};
});

cryptokit = (osuper.cryptokit.override { zlib = zlib-oc; });

cstruct = osuper.cstruct.overrideAttrs (_: {
Expand Down

0 comments on commit 63b0319

Please sign in to comment.