mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
ocamlPackages.fix: 20230505 -> 20250428
This commit is contained in:
parent
5bc703b05e
commit
762dbcc910
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue