mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Merge pull request #37525 from ryantm/auto-update/ocaml-comparelib
ocamlPackages.comparelib: 109.60.00 -> 113.00.00
This commit is contained in:
commit
843cdc92e9
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "comparelib";
|
name = "comparelib";
|
||||||
version = "109.60.00";
|
version = "113.00.00";
|
||||||
|
|
||||||
minimumSupportedOcamlVersion = "4.00";
|
minimumSupportedOcamlVersion = "4.00";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/janestreet/comparelib/archive/${version}.tar.gz";
|
url = "https://github.com/janestreet/comparelib/archive/${version}.tar.gz";
|
||||||
sha256 = "1075fb05e0d1e290f71ad0f6163f32b2cb4cebdc77568491c7eb38ba91f5db7e";
|
sha256 = "02l343drgi4200flfx73nzdk61zajwidsqjk9n80b2d37lvhazlf";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ type_conv ];
|
propagatedBuildInputs = [ type_conv ];
|
||||||
|
Loading…
Reference in New Issue
Block a user