From d947635c36d1a39b91a251e78f508e2ef82b54af Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Wed, 13 Mar 2024 13:57:28 -0700 Subject: [PATCH] test codesign dune patch --- ocaml/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ocaml/default.nix b/ocaml/default.nix index f2a181ec7..64667e28e 100644 --- a/ocaml/default.nix +++ b/ocaml/default.nix @@ -659,9 +659,11 @@ with oself; dune_2 = dune_3; dune_3 = osuper.dune_3.overrideAttrs (o: { - src = builtins.fetchurl { - url = https://github.com/ocaml/dune/releases/download/3.14.2/dune-3.14.2.tbz; - sha256 = "1qdcwsscdam09hb836s5ykdg32prh8lspjz0v7clj9rb6v5nf278"; + src = fetchFromGitHub { + owner = "ocaml"; + repo = "dune"; + rev = "1761e956801fdb7ded66e08d5532542a5887f7d6"; + hash = "sha256-FlV0rg2ZuAXAy4x70aP7DvxySgKk3sGzL1HCiyo7ThE="; }; nativeBuildInputs = o.nativeBuildInputs ++ [ makeWrapper ]; postFixup =