ocamlPackages.uring: 0.6 → 0.7 (#250313)

This commit is contained in:
toastal 2023-08-21 05:43:33 +00:00 committed by GitHub
parent 04f5e87e93
commit 8ca5a5a768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,13 @@
buildDunePackage rec {
pname = "uring";
version = "0.6";
version = "0.7";
minimalOCamlVersion = "4.12";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/ocaml-multicore/ocaml-${pname}/releases/download/v${version}/${pname}-${version}.tbz";
sha256 = "ZltD9JnF1lJs0xjWwFXBfWMP8e5XRhCaB2P4iqHFreo=";
sha256 = "khxV8aZYvdqYGjb1a27JQ+K8yg7OJN4ziJT2hzNIFQM=";
};
propagatedBuildInputs = [