summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2023-08-21 11:17:59 +0200
committerGitHub <noreply@github.com>2023-08-21 11:17:59 +0200
commit82c1cc46cdf16196472f7caca69989070894a7d6 (patch)
tree715b9d1cd92da9e169d3b84cf13962fe07734f70 /pkgs/development/ocaml-modules
parente61c8da98dd6846c1adb4dd0afacfbe3f485b414 (diff)
parentc48e3d8ccc70b2e28032933dcbb4d4804d13e971 (diff)
downloadnixpkgs-82c1cc46cdf16196472f7caca69989070894a7d6.tar
nixpkgs-82c1cc46cdf16196472f7caca69989070894a7d6.tar.gz
nixpkgs-82c1cc46cdf16196472f7caca69989070894a7d6.tar.bz2
nixpkgs-82c1cc46cdf16196472f7caca69989070894a7d6.tar.lz
nixpkgs-82c1cc46cdf16196472f7caca69989070894a7d6.tar.xz
nixpkgs-82c1cc46cdf16196472f7caca69989070894a7d6.tar.zst
nixpkgs-82c1cc46cdf16196472f7caca69989070894a7d6.zip
Merge pull request #249948 from vbgl/ocaml-ppx_bench-0.15.1
ocamlPackages.ppx_bench: 0.15.0 → 0.15.1
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.15.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.15.nix b/pkgs/development/ocaml-modules/janestreet/0.15.nix
index 846d04315bb..f9612c0c011 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.15.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.15.nix
@@ -548,7 +548,8 @@ with self;
 
   ppx_bench = janePackage {
     pname = "ppx_bench";
-    hash = "0bc0gbm922417wqisafxh35jslcp7xy1s0h0a1q32rhx0ivxx3g6";
+    version = "0.15.1";
+    hash = "sha256-2uk3NfpAODScoQtqiU+ZaOE8zOqkayn/jpfn3GQ4vQg=";
     minimalOCamlVersion = "4.04.2";
     meta.description = "Syntax extension for writing in-line benchmarks in ocaml code";
     propagatedBuildInputs = [ ppx_inline_test ];