Skip to content

Commit

Permalink
Update sources (#1125)
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 Oct 26, 2023
1 parent dab0002 commit 0c92841
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 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=8dfad603247387df1df4826b8bea58efc5d012d8";
nixpkgs.url = "github:NixOS/nixpkgs?rev=8efd5d1e283604f75a808a20e6cde0ef313d07d4";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
14 changes: 0 additions & 14 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -408,13 +408,6 @@ with oself;
buildPhase = "${topkg.buildPhase} --with-cmdliner true";
});

carton = osuper.carton.overrideAttrs (_: {
src = builtins.fetchurl {
url = https://github.com/mirage/ocaml-git/releases/download/carton-v0.7.0/git-carton-v0.7.0.tbz;
sha256 = "1y8fybp97csszdzjqpm2bkhv4xklxk619sqc2d198rpqscjh2sdx";
};
});

caqti = osuper.caqti.overrideAttrs (o: {
version = "2.0.1";
src = fetchFromGitHub {
Expand Down Expand Up @@ -2515,13 +2508,6 @@ with oself;

why3 = callPackage ./why3 { inherit nixpkgs; };

yojson = osuper.yojson.overrideAttrs (_: {
src = builtins.fetchurl {
url = https://github.com/ocaml-community/yojson/releases/download/2.1.1/yojson-2.1.1.tbz;
sha256 = "0ww1x289g01qb8bw9nf077hzjd2c0xp0cfb2hrjw138rgch870fm";
};
});

yuscii = disableTests osuper.yuscii;

zarith = (osuper.zarith.override { gmp = gmp-oc; }).overrideAttrs (_: {
Expand Down

0 comments on commit 0c92841

Please sign in to comment.