From 2680def9838fc1bdc36540f3db2ad666e70fb016 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Wed, 4 Dec 2024 14:56:19 -0800 Subject: [PATCH] Update sources (#1805) * Update sources * rm upstreamed --------- Co-authored-by: UpdateBot --- flake.lock | 8 ++++---- flake.nix | 2 +- ocaml/default.nix | 7 ------- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 51df186e..79e676b3 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1733249193, - "narHash": "sha256-TuGHC498nz3/3Momv5wKLGMHYAgX6S18JLQjdEeJiuE=", + "lastModified": 1733335574, + "narHash": "sha256-F2lOx7b5kTO088Eq2wnb8UZo+S/RGpegObyhf1dEhD0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "206cc199fcc174e297d6114b3d3b18443902df3d", + "rev": "f1a18363305d2314cd9994d22fc13497916aced7", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "206cc199fcc174e297d6114b3d3b18443902df3d", + "rev": "f1a18363305d2314cd9994d22fc13497916aced7", "type": "github" } }, diff --git a/flake.nix b/flake.nix index c39b7483..6a63cd01 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs?rev=206cc199fcc174e297d6114b3d3b18443902df3d"; + nixpkgs.url = "github:NixOS/nixpkgs?rev=f1a18363305d2314cd9994d22fc13497916aced7"; }; outputs = { self, nixpkgs }: diff --git a/ocaml/default.nix b/ocaml/default.nix index d14092c9..58b4aaea 100644 --- a/ocaml/default.nix +++ b/ocaml/default.nix @@ -331,13 +331,6 @@ with oself; }; }; - ca-certs-nss = osuper.ca-certs-nss.overrideAttrs (_: { - src = builtins.fetchurl { - url = "https://github.com/mirage/ca-certs-nss/releases/download/v3.107/ca-certs-nss-3.107.tbz"; - sha256 = "0q7wy3sml4078n3lqd5j0277j379x41wpv9jjm86lcdyhrqgk12l"; - }; - }); - camlimages = osuper.camlimages.overrideAttrs (o: { buildInputs = o.buildInputs ++ [ findlib ]; });