ocamlPackages.posix-base: 2.0.2 -> 2.2.0 (#374424)

This commit is contained in:
Wolfgang Walther
2025-02-25 20:27:31 +01:00
committed by GitHub
@@ -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";