From 9610ad2feed0429be3bae67089f7187415c871ec Mon Sep 17 00:00:00 2001 From: someplaceguy Date: Tue, 19 Dec 2023 19:25:24 +0000 Subject: [PATCH] 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. --- pkgs/development/ocaml-modules/janestreet/janePackage_0_16.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/janestreet/janePackage_0_16.nix b/pkgs/development/ocaml-modules/janestreet/janePackage_0_16.nix index 061fed447466..c1b2ed2a9139 100644 --- a/pkgs/development/ocaml-modules/janestreet/janePackage_0_16.nix +++ b/pkgs/development/ocaml-modules/janestreet/janePackage_0_16.nix @@ -1,4 +1,4 @@ -{ lib, fetchFromGitHub, buildDunePackage, defaultVersion ? "0.16" }: +{ lib, fetchFromGitHub, buildDunePackage, defaultVersion ? "0.16.0" }: { pname , version ? defaultVersion