From 737212ecc8254b746b29302cd377e72eb78db070 Mon Sep 17 00:00:00 2001 From: toastal Date: Sun, 13 Aug 2023 15:40:15 +0700 Subject: [PATCH] =?UTF-8?q?ocamlPackages.thread-table:=200.1.0=20=E2=86=92?= =?UTF-8?q?=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/thread-table/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/thread-table/default.nix b/pkgs/development/ocaml-modules/thread-table/default.nix index 497572c4f413..36f1ca79b270 100644 --- a/pkgs/development/ocaml-modules/thread-table/default.nix +++ b/pkgs/development/ocaml-modules/thread-table/default.nix @@ -7,13 +7,13 @@ buildDunePackage rec { pname = "thread-table"; - version = "0.1.0"; + version = "1.0.0"; minimalOCamlVersion = "4.08"; src = fetchurl { url = "https://github.com/ocaml-multicore/${pname}/releases/download/${version}/${pname}-${version}.tbz"; - sha256 = "d84BwC9W5udWJgYuaQwmA1e2d6uk0v210M7nK72VjXs="; + sha256 = "pIzYhGNZfflELEuqaczAYJHKd7px5DjTYJ+64PO4Hd0="; }; doCheck = true;