Skip to content

Commit d0bf5d6

Browse files
Update sources (#908)
* Update sources * fix ocurl * wip * wip --------- Co-authored-by: UpdateBot <ulrikstrid@users.noreply.github.com>
1 parent c765af1 commit d0bf5d6

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
};
88

99
inputs = {
10-
nixpkgs.url = "github:NixOS/nixpkgs?rev=e18dc963075ed115afb3e312b64643bf8fd4b474";
10+
nixpkgs.url = "github:NixOS/nixpkgs?rev=d02209e8cfbdc925ec204a5c75d5551374516002";
1111
flake-utils.url = "github:numtide/flake-utils";
1212
};
1313

ocaml/default.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -682,14 +682,7 @@ with oself;
682682
dune_2 = dune_3;
683683

684684
dune_3 = osuper.dune_3.overrideAttrs (o: {
685-
src = fetchFromGitHub {
686-
owner = "ocaml";
687-
repo = "dune";
688-
rev = "df8db5c20edd492b1bb7a7fdfd55f610f73ab58a";
689-
hash = "sha256-+nfbtdBJLtDwpR62mBYlTzKZbpowarrUCfzbV5oGltY=";
690-
};
691685
nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ];
692-
693686
postFixup =
694687
if stdenv.isDarwin then ''
695688
wrapProgram $out/bin/dune \
@@ -1459,6 +1452,7 @@ with oself;
14591452
ocurl = osuper.ocurl.overrideAttrs (_: {
14601453
propagatedBuildInputs = [ curl ];
14611454
});
1455+
14621456
oidc = callPackage ./oidc { };
14631457
oidc-client = callPackage ./oidc/client.nix { };
14641458

0 commit comments

Comments
 (0)