ocamlPackages.posix-base: 2.0.2 -> 2.2.0 (#374424)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user