ocamlPackages.fix: 20220121 -> 20230505
This commit is contained in:
parent
6c5458cf32
commit
f41a7c57fa
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
buildDunePackage rec {
|
||||
pname = "fix";
|
||||
version = "20220121";
|
||||
version = "20230505";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.inria.fr";
|
||||
owner = "fpottier";
|
||||
repo = "fix";
|
||||
rev = version;
|
||||
sha256 = "sha256-suWkZDLnXEO/4QCGmNuyLFOV0LJsFOMD13gxOcgu6JQ=";
|
||||
sha256 = "sha256-Xuw4pEPqAbQjSHrpMCNE7Th0mpbNMSxdEdwvH4hu2SM=";
|
||||
};
|
||||
|
||||
minimumOCamlVersion = "4.03";
|
||||
|
|
Loading…
Reference in a new issue