Skip to content

Commit

Permalink
Update sources (#1885)
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 Jan 18, 2025
1 parent 4baf0d2 commit b4d5d86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 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=62e9d4ae7c343fdae23f7cf347d98204488c1401";
nixpkgs.url = "github:NixOS/nixpkgs?rev=0993fc268872148cebcd1fac8660a8b8ced49542";
};

outputs = { self, nixpkgs }:
Expand Down
8 changes: 0 additions & 8 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,6 @@ with oself;
propagatedBuildInputs = [ async_ssl uri uri-sexp ];
};

asn1-combinators = osuper.asn1-combinators.overrideAttrs (o: {
src = builtins.fetchurl {
url = "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.3.2/asn1-combinators-0.3.2.tbz";
sha256 = "0zwa1pxprzq77h5y6j2s7dj14zkmsrdkb14zrlyhf8i7drgrh9ib";
};
propagatedBuildInputs = o.propagatedBuildInputs ++ [ ohex ];
});

atdts = buildDunePackage {
pname = "atdts";
inherit (atdgen-codec-runtime) version src;
Expand Down

0 comments on commit b4d5d86

Please sign in to comment.