ocamlPackages.posix-base: 2.0.2 -> 2.2.0

This commit is contained in:
R. Ryantm
2025-02-11 21:31:56 +00:00
parent b64b41e8d6
commit c9f50d1d04
@@ -8,13 +8,13 @@
buildDunePackage rec {
pname = "posix-base";
version = "2.0.2";
version = "2.2.0";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-posix";
rev = "v${version}";
hash = "sha256-xxNaPJZdcW+KnT7rYUuC7ZgmHtXTppZG2BOmpKweC/U=";
hash = "sha256-JKJIiuo4lW8DmcK1mJlT22784J1NS2ig860jDbRIjIo=";
};
duneVersion = "3";