about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2023-06-20 09:39:08 +0200
committerUlrik Strid <ulrik.strid@outlook.com>2023-06-20 09:39:08 +0200
commit2278b4b61b2d5e986294d3bd370f0fc57a83d583 (patch)
treea2c20ff9aee5645a97970b641896a23e688e5cf8 /pkgs/top-level/ocaml-packages.nix
parent5ba6eab7c2e153f2532e4211c0b362930bc8d2dd (diff)
ocamlPackages.bls12-381-hash: drop at 1.0.0
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 207e9240b1313..7f65fed8fde55 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -104,7 +104,6 @@ let
 
     bls12-381 = callPackage ../development/ocaml-modules/bls12-381 { };
     bls12-381-gen = callPackage ../development/ocaml-modules/bls12-381/gen.nix { };
-    bls12-381-hash = callPackage ../development/ocaml-modules/bls12-381-hash { };
 
     bls12-381-signature = callPackage ../development/ocaml-modules/bls12-381-signature { };