Skip to content

Commit

Permalink
Update sources (#1817)
Browse files Browse the repository at this point in the history
* Update sources

* rm upstreamed

---------

Co-authored-by: UpdateBot <ulrikstrid@users.noreply.github.com>
  • Loading branch information
anmonteiro and ulrikstrid authored Dec 9, 2024
1 parent 0a2ae55 commit 05be8b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 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=3d58debbb538678cf297954e520d4a4ea3ff2e15";
nixpkgs.url = "github:NixOS/nixpkgs?rev=b356fafe02dd1d01d58153ae02326268ed584a51";
};

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

containers = osuper.containers.overrideAttrs (_: {
src = builtins.fetchurl {
url = "https://github.com/c-cube/ocaml-containers/releases/download/v3.15/containers-3.15.tbz";
sha256 = "0n3ycwyds65qzpj9nvjks3m32bgkyswlmazk0y55zbl58zmkq54j";
};
});

cairo2 = osuper.cairo2.overrideAttrs (_: {
postPatch = ''
substituteInPlace ./src/dune --replace-fail "bigarray" ""
Expand Down Expand Up @@ -1036,13 +1029,6 @@ with oself;
nativeBuildInputs = [ cppo ];
};

happy-eyeballs = osuper.happy-eyeballs.overrideAttrs (_: {
src = builtins.fetchurl {
url = "https://github.com/robur-coop/happy-eyeballs/releases/download/v1.2.2/happy-eyeballs-1.2.2.tbz";
sha256 = "1brfclji1gamana57n8mnvpbj89zgjm7x7d866qbkhhc0ikh4p8a";
};
});

hdr_histogram = buildDunePackage {
pname = "hdr_histogram";
version = "0.0.3";
Expand Down Expand Up @@ -2461,14 +2447,6 @@ with oself;
propagatedBuildInputs = [ vlq ];
};

srt = osuper.srt.overrideAttrs (o: {
propagatedBuildInputs = o.propagatedBuildInputs ++ [ ctypes-foreign ];
postPatch = ''
substituteInPlace "src/dune" "src/stubs/dune" --replace-fail \
"ctypes.foreign" "ctypes-foreign"
'';
});

ssl = (osuper.ssl.override { openssl = openssl-oc.dev; }).overrideAttrs (o: {
src = fetchFromGitHub {
owner = "savonet";
Expand Down

0 comments on commit 05be8b9

Please sign in to comment.