From 8f34299f1b30e095daa7361e9472c518acd83235 Mon Sep 17 00:00:00 2001 From: Trent Small Date: Fri, 26 Jan 2024 09:59:15 -0700 Subject: [PATCH] ocamlPackages.type_eq: Fix build failure due to source tarball change v0.0.1 of `type_eq` needed to be re-released, due to feedback from `opam-repository`, which edited the `type_eq.opam` file. Due to this change, the source tarball changed slightly, and its hash is now different. We need to update the hash in its `nixpkgs` definition. --- pkgs/development/ocaml-modules/type_eq/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/type_eq/default.nix b/pkgs/development/ocaml-modules/type_eq/default.nix index 388d8ac431c2..a1426789e3db 100644 --- a/pkgs/development/ocaml-modules/type_eq/default.nix +++ b/pkgs/development/ocaml-modules/type_eq/default.nix @@ -12,7 +12,7 @@ buildDunePackage rec { src = fetchurl { url = "https://github.com/skolemlabs/type_eq/releases/download/${version}/${pname}-${version}.tbz"; - hash = "sha256-eFVZJJfU6hfb8vKNXOZLZ1cHcsDdzFUerbh2RZBt0Zk="; + hash = "sha256-4u/HF92Hbf9Rcv+JTAMPhYZjoKZ1cS0mBMkzU/hxx38="; }; checkInputs = [