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-19 19:25:24 +00:00 committed by Vincent Laporte
parent 57cea6b6fd
commit 9610ad2fee

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildDunePackage, defaultVersion ? "0.16" }:
{ lib, fetchFromGitHub, buildDunePackage, defaultVersion ? "0.16.0" }:
{ pname
, version ? defaultVersion