mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #37528 from ryantm/auto-update/ocaml-pa_bench
ocamlPackages.pa_bench: 112.06.00 -> 113.00.00
This commit is contained in:
commit
381462979b
@ -2,13 +2,13 @@
|
||||
|
||||
buildOcaml rec {
|
||||
name = "pa_bench";
|
||||
version = "112.06.00";
|
||||
version = "113.00.00";
|
||||
|
||||
minimumSupportedOcamlVersion = "4.00";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/janestreet/pa_bench/archive/${version}.tar.gz";
|
||||
sha256 = "e3401e37f1d3d4acb957fd46a192d0ffcefeb0bedee63bbeb26969af1d540870";
|
||||
sha256 = "1cd6291gdnk6h8ziclg6x3if8z5xy67nfz9gx8sx4k2cwv0j29k5";
|
||||
};
|
||||
|
||||
buildInputs = [ pa_ounit ];
|
||||
|
Loading…
Reference in New Issue
Block a user