lol

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.

authored by

someplaceguy and committed by
Vincent Laporte
9610ad2f 57cea6b6

+1 -1
+1 -1
pkgs/development/ocaml-modules/janestreet/janePackage_0_16.nix
··· 1 - { lib, fetchFromGitHub, buildDunePackage, defaultVersion ? "0.16" }: 1 + { lib, fetchFromGitHub, buildDunePackage, defaultVersion ? "0.16.0" }: 2 2 3 3 { pname 4 4 , version ? defaultVersion