From c910b552374ef99a426332ce3b692443b86d6e37 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Thu, 21 Nov 2024 02:24:47 -0800 Subject: [PATCH] Update sources (#1772) * Update sources * wip --------- Co-authored-by: UpdateBot --- flake.lock | 8 ++++---- flake.nix | 2 +- ocaml/default.nix | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index d1940c10..a55ae0d4 100644 --- a/flake.lock +++ b/flake.lock @@ -20,17 +20,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1732007104, - "narHash": "sha256-qaWPxgLAvtIHTDcm0qJuc+WNYjcy4ZKigOyn2ag4ihM=", + "lastModified": 1732093569, + "narHash": "sha256-izJY2l1fZou1aS2oVtMH998OHgR1OIBizz8uh4NvA8g=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0705964c881cea8896474610188905ba41b59b08", + "rev": "bf2dfaa7c788045039aeb544d36015601126b848", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "0705964c881cea8896474610188905ba41b59b08", + "rev": "bf2dfaa7c788045039aeb544d36015601126b848", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 591d429e..5a8ad8fe 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=0705964c881cea8896474610188905ba41b59b08"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=bf2dfaa7c788045039aeb544d36015601126b848"; flake-utils.url = "github:numtide/flake-utils"; }; diff --git a/ocaml/default.nix b/ocaml/default.nix index 0156326d..d1300c67 100644 --- a/ocaml/default.nix +++ b/ocaml/default.nix @@ -1311,6 +1311,7 @@ with oself; hash = "sha256-N0rtBuxoHg45BqTf+aR8f6SfCEtiFVAspDgWfSkjH6w="; fetchSubmodules = true; }; + patches = [ ]; doCheck = false; });