Skip to content

Commit

Permalink
Update sources (#1805)
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 4, 2024
1 parent 700de46 commit 2680def
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=206cc199fcc174e297d6114b3d3b18443902df3d";
nixpkgs.url = "github:NixOS/nixpkgs?rev=f1a18363305d2314cd9994d22fc13497916aced7";
};

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

ca-certs-nss = osuper.ca-certs-nss.overrideAttrs (_: {
src = builtins.fetchurl {
url = "https://github.com/mirage/ca-certs-nss/releases/download/v3.107/ca-certs-nss-3.107.tbz";
sha256 = "0q7wy3sml4078n3lqd5j0277j379x41wpv9jjm86lcdyhrqgk12l";
};
});

camlimages = osuper.camlimages.overrideAttrs (o: {
buildInputs = o.buildInputs ++ [ findlib ];
});
Expand Down

0 comments on commit 2680def

Please sign in to comment.