ocamlPackages.unix-errno: 0.6.1 -> 0.6.2
This commit is contained in:
parent
a4c0bbf98b
commit
217edcfa90
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "unix-errno";
|
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
|
minimalOCamlVersion = "4.03.0"; # Specified to be 4.01.0, but it's actually 4.03
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/xapi-project/ocaml-unix-errno/releases/download/${version}/unix-errno-${version}.tbz";
|
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 ];
|
propagatedBuildInputs = [ ctypes integers result ];
|
||||||
|
Loading…
Reference in New Issue
Block a user