From 8c38928004433cff92f9e900dcfc72b1bb79f306 Mon Sep 17 00:00:00 2001 From: Lisanna Dettwyler Date: Wed, 4 Mar 2026 23:33:07 -0500 Subject: [PATCH] ocamlPackages.hmap: use https for sources Signed-off-by: Lisanna Dettwyler --- pkgs/development/ocaml-modules/hmap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/hmap/default.nix b/pkgs/development/ocaml-modules/hmap/default.nix index 7021af3b8f3d..31b5b8d180c8 100644 --- a/pkgs/development/ocaml-modules/hmap/default.nix +++ b/pkgs/development/ocaml-modules/hmap/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { name = "ocaml${ocaml.version}-${pname}-${version}"; src = fetchurl { - url = "http://erratique.ch/software/hmap/releases/${pname}-${version}.tbz"; + url = "https://erratique.ch/software/hmap/releases/${pname}-${version}.tbz"; sha256 = "10xyjy4ab87z7jnghy0wnla9wrmazgyhdwhr4hdmxxdn28dxn03a"; };