ocamlPackages.janestreet: use 0.16.0 tag rather than 0.16 branch

Otherwise, we will run into hash mismatches due to the 0.16 branch
updating to 0.16.1, etc.
This commit is contained in:
someplaceguy
2023-12-22 11:34:48 +01:00
committed by Vincent Laporte
parent 57cea6b6fd
commit 9610ad2fee
@@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildDunePackage, defaultVersion ? "0.16" }:
{ lib, fetchFromGitHub, buildDunePackage, defaultVersion ? "0.16.0" }:
{ pname
, version ? defaultVersion