ocamlPackages.fix: 20230505 -> 20250428

This commit is contained in:
R. Ryantm 2025-04-30 00:43:27 +00:00
parent 5bc703b05e
commit 762dbcc910

View file

@ -6,14 +6,14 @@
buildDunePackage rec {
pname = "fix";
version = "20230505";
version = "20250428";
src = fetchFromGitLab {
domain = "gitlab.inria.fr";
owner = "fpottier";
repo = "fix";
rev = version;
sha256 = "sha256-Xuw4pEPqAbQjSHrpMCNE7Th0mpbNMSxdEdwvH4hu2SM=";
sha256 = "sha256-ZfIKx0BMhnmrqmfyqRi9ElZN1xdkupsDmfRg1GD3l/Q=";
};
minimalOCamlVersion = "4.03";