Merge pull request #246140 from r-ryantm/auto-update/ocamlPackages.unix-errno

ocamlPackages.unix-errno: 0.6.1 -> 0.6.2
This commit is contained in:
Weijia Wang 2023-08-02 11:32:16 +02:00 committed by GitHub
commit 7ab33dcac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "unix-errno";
version = "0.6.1";
version = "0.6.2";
minimalOCamlVersion = "4.03.0"; # Specified to be 4.01.0, but it's actually 4.03
src = fetchurl {
url = "https://github.com/xapi-project/ocaml-unix-errno/releases/download/${version}/unix-errno-${version}.tbz";
sha256 = "sha256-jZqtHwUKTffjuOP2jdKKQRtEOBKyclhfeiPO96hEj4c=";
sha256 = "sha256-LWqbyGcxs6f/FcOPo3JYR3U+AL0JHeWCiGjuYhxxrWU=";
};
propagatedBuildInputs = [ ctypes integers result ];